diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2023-06-30 19:03:54 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2023-07-03 12:51:26 +0100 |
commit | 4ab20b513e7279c5441db2bba7d326484668d2cc (patch) | |
tree | bdb44e850be68548cd015bbe15f2a587aa844ccf /MAINTAINERS | |
parent | 3176990fb0307233ae5619e36b2c63241134e326 (diff) | |
download | qemu-4ab20b513e7279c5441db2bba7d326484668d2cc.zip qemu-4ab20b513e7279c5441db2bba7d326484668d2cc.tar.gz qemu-4ab20b513e7279c5441db2bba7d326484668d2cc.tar.bz2 |
tests/docker: add test-fuzz
Running the fuzzer requires some hoop jumping and some problems only
show up in containers. This basically replicates the build-oss-fuzz
job from our CI so we can run in the same containers we use in CI.
Reviewed-by: Alexander Bulekov <alxndr@bu.edu>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230630180423.558337-10-alex.bennee@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4feea49..7164cf5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3106,6 +3106,7 @@ R: Qiuhao Li <Qiuhao.Li@outlook.com> S: Maintained F: tests/qtest/fuzz/ F: tests/qtest/fuzz-*test.c +F: tests/docker/test-fuzz F: scripts/oss-fuzz/ F: hw/mem/sparse-mem.c F: docs/devel/fuzzing.rst |