diff options
author | deva <deva> | 2011-02-17 10:58:21 +0000 |
---|---|---|
committer | deva <deva> | 2011-02-17 10:58:21 +0000 |
commit | a8cd6d6f2e9c8bdaecad718983dc69bfef06f620 (patch) | |
tree | 088babb4d57f001312b6a38fd3222a2d89554c84 | |
parent | ee23b11cb5841b96fa0002abf839531841a3a35f (diff) |
Remove lcov folder on test_clean.
-rw-r--r-- | tools/Makefile.am.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.am.test b/tools/Makefile.am.test index 77ca17e..cad2627 100644 --- a/tools/Makefile.am.test +++ b/tools/Makefile.am.test @@ -6,6 +6,7 @@ test: Makefile.am.test $(TESTFILES) @echo "All tests done." test_clean: + rm -Rf lgov rm -f $(TESTFILES) $(TESTLOGS) test_report: |