Skip to content

Commit

Permalink
tests: Remove vcd files on clean
Browse files Browse the repository at this point in the history
Remove the vcd files generated by test cases on: make clean

Signed-off-by: Stephan Veigl <[email protected]>
  • Loading branch information
the-real-orca committed Nov 29, 2012
1 parent b1acaab commit f75a828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f75a828

Please sign in to comment.