We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651185a commit 0c0c251Copy full SHA for 0c0c251
projects/openjph/build.sh
@@ -22,8 +22,8 @@ cmake $SRC/OpenJPH -DBUILD_SHARED_LIBS=OFF -DOJPH_BUILD_FUZZER=ON
22
make
23
cp fuzzing/ojph_expand_fuzz_target $OUT
24
25
-# Build the seed corpus
+# Initialize the seed corpus
26
cd $SRC
27
git clone --depth 1 https://github.com/aous72/jp2k_test_codestreams.git
28
-rm -f $OUT/j2c_expand_fuzz_target_seed_corpus.zip
29
-zip -j $OUT/j2c_expand_fuzz_target_seed_corpus.zip jp2k_test_codestreams/openjph/*.j2c
+rm -f $OUT/ojph_expand_fuzz_target_seed_corpus.zip
+zip -j $OUT/ojph_expand_fuzz_target_seed_corpus.zip jp2k_test_codestreams/openjph/*.j2c
0 commit comments