9 make -C bin -w binaries
11 .PHONY: clean cleanall
17 @echo remove all outputs and reports
18 @rm -rf lcov-out.info report valgrind.out 2>/dev/null || true
23 @echo -----------------------------------------
25 @echo -----------------------------------------
26 @scripts/run-test.sh 2>&1 | tee run-test.output
27 @echo -----------------------------------------
29 @echo -----------------------------------------
32 @echo generating report
33 @genhtml -s -o report lcov-out.info
34 @echo ready: xdg-open report/index.html