aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/qt/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'projects/qt/build.sh')
-rwxr-xr-xprojects/qt/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/qt/build.sh b/projects/qt/build.sh
index c44d9f16..734cccf4 100755
--- a/projects/qt/build.sh
+++ b/projects/qt/build.sh
@@ -35,7 +35,7 @@ make -j$(nproc) > /dev/null
# prepare corpus files
zip -j $WORK/cbor $SRC/qtqa/fuzzing/testcases/cbor/*
zip -j $WORK/html $SRC/qtqa/fuzzing/testcases/html/*
-zip -j $WORK/images $SRC/qtqa/fuzzing/testcases/svg/* $SRC/AFL/testcases/images/*/*
+zip -j $WORK/images $SRC/qtqa/fuzzing/testcases/svg/* $SRC/AFL/testcases/images/*/* $SRC/AFL/testcases/others/pdf/*
zip -j $WORK/markdown $SRC/qtqa/fuzzing/testcases/markdown/*
zip -j $WORK/qml $SRC/qtqa/fuzzing/testcases/qml/*
zip -j $WORK/ssl.pem.zip $SRC/qtqa/fuzzing/testcases/ssl.pem/*