Add cleanup-tests-all command to Makefile to remove tests/tmp.

* This command should be separate in case we've specified to save keys
   generated during tests.
testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-27 12:35:05 +00:00
parent 6866bcf94a
commit ffec019f35
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 9 additions and 1 deletions

View File

@ -16,12 +16,20 @@ cleanup-tests:
rm -f \#*\# && \
rm -f ./*.pyc && \
rm -f ./*.pyo
mkdir -p tests/tmp
mkdir -p tests/logs
mv tests/*.log tests/logs/
rm *.log
rm tests/random_seed
cleanup-tests-all: cleanup-tests
rm -rf tests/tmp
cleanup-build:
mkdir buildnot
rm -rf build*
cleantest: cleanup-src cleanup-tests cleanup-build
cleantest: cleanup-src cleanup-tests
mkdir -p tests/tmp
touch placeholder.log
rm -rf tests/tmp