make clean should also clean regression testing artefacts

This commit is contained in:
Florian Schlichting 2017-01-10 19:55:02 +01:00
parent 3b35350e8b
commit 727fe290b4
2 changed files with 1 additions and 6348 deletions

View File

@ -80,6 +80,7 @@ test:
clean:
rm -f built-docs built-locale
rm -rf docs/api locale
-rm -rf testing/tests/*/diffs testing/tests/*/results testing/tests/*/initial.dbdump
-find . -name "*~" -delete
rm -f docs/translation.pdf
rm -f davical.spec

File diff suppressed because one or more lines are too long