Add build analysis tools to <sf-run-analysis> target. All output generated in <logs>\analysis dir.
F:\6.2\generated\parselistdirs.pl - creates sets from the listdirs outputs...F:\6.2\generated\parsewhatlog.pl - creates a CSV-style log from the whatlogs.F:\6.2\generated\merge_csv.pl - takes the output CSV from parsewhatlog.pl and merges in the output of parselistdirs.plin generated>perl parselistdirs.pl ..\ >list_results.logperl parsewhatlog.pl ..\ >what_results.logperl merge_csv.pl what_results.log list_results.log >summary.txtThe Test dir is a directory filled with test text files...