Closed hzeller closed 2 weeks ago
A lot of this work has been done in #1645, establishing --testvector_testproto
and using that for all the fuzzer output (and it was collecting all the submits, even though some would be more appropriately added here). Let's close this to not have two issues with somewhat overlapping objectives.
Low prio, just to not forget.
To read channel inputs to simulate,
eval_proc_main
uses--inputs_for_all_channels=<filename>
while the equivalent insimulate_module_main
is called--channel_values_file=<filename>
.There are probably other inconsistencies in names of flags across tools.