Contact Graph Routing for time-varying satellite networks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(lint): update (alias fuzz) rules with enabled_if, corpus deps for E724

Add (enabled_if (= %{profile} afl)), (source_tree corpus), and
gen_corpus.exe deps to all 25 fuzz directories

+6 -1
+6 -1
fuzz/dune
··· 21 21 22 22 (rule 23 23 (alias fuzz) 24 - (deps fuzz_cgr.exe) 24 + (enabled_if 25 + (= %{profile} afl)) 26 + (deps 27 + (source_tree corpus) 28 + fuzz_cgr.exe 29 + gen_corpus.exe) 25 30 (action 26 31 (echo "AFL fuzzer built: %{exe:fuzz_cgr.exe}\n")))