File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,20 +32,20 @@ rule make-corpus ( target : sources + : properties * )
3232}
3333actions make-corpus
3434{
35- "$(PYTHON:E=python)" "$(RUNNER)" $(<) $(>)
35+ "$(PYTHON:E=python)" "$(RUNNER)" " $(<)" " $(>)"
3636}
3737toolset.flags $(__name__).make-corpus PYTHON <python.interpreter> ;
3838
3939for local fuzzer in $(all_fuzzers)
4040{
41- local fuzz_time = 60 ;
41+ local fuzz_time = 30 ;
4242 local corpus = /tmp/corpus/$(fuzzer) ;
4343 local min_corpus = /tmp/mincorpus/$(fuzzer) ;
4444 local seed_corpus = $(HERE)/seedcorpus/$(fuzzer) ;
4545 local seed_files = [ glob "$(seed_corpus)/*" ] ;
4646
4747 # Create the output corpus directories
48- make $(corpus) : $(seed_files) : make-corpus ;
48+ make $(corpus) : $(seed_files) : make-corpus : <dependency> $(.make-corpus-script) ;
4949 make $(min_corpus) : : common.MkDir ;
5050
5151 # Build the fuzzer
You can’t perform that action at this time.
0 commit comments