From: Stephan Veigl Date: Mon, 12 Nov 2012 11:19:50 +0000 (+0100) Subject: tests: Remove vcd files on clean X-Git-Tag: v1.1~26^2~3 X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=f75a828adc03f26d3675bcac4a2cb2ab2dc2b038;p=sx%2Fsimavr.git tests: Remove vcd files on clean Remove the vcd files generated by test cases on: make clean Signed-off-by: Stephan Veigl --- diff --git a/tests/Makefile b/tests/Makefile index 074c8a0..cff14f3 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -60,4 +60,4 @@ run_tests: all echo "Tests run: $$num_run Successes: $$(($$num_run-$$num_failed)) Failures: $$num_failed" clean: clean-${OBJ} - rm -f *.axf + rm -f *.axf *.vcd