Licklider Transmission Protocol (CCSDS 734.1-B) for reliable DTN links
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 -3
+6 -3
fuzz/dune
··· 10 10 (run %{exe:fuzz_ltp.exe}))) 11 11 12 12 (rule 13 - (alias fuzz-afl) 13 + (alias fuzz) 14 + (enabled_if 15 + (= %{profile} afl)) 14 16 (deps 15 - (source_tree input) 16 - fuzz_ltp.exe) 17 + (source_tree corpus) 18 + fuzz_ltp.exe 19 + gen_corpus.exe) 17 20 (action 18 21 (echo "AFL fuzzer built: %{exe:fuzz_ltp.exe}\n")))