Remove test dir during cleanup.
authorMilan Broz <gmazyland@gmail.com>
Sun, 25 Nov 2012 22:43:14 +0000 (23:43 +0100)
committerMilan Broz <gmazyland@gmail.com>
Sun, 25 Nov 2012 22:43:14 +0000 (23:43 +0100)
tests/Makefile.am

index eb4e28a..eb8136e 100644 (file)
@@ -20,6 +20,8 @@ EXTRA_DIST = compatimage.img.bz2 compatv10image.img.bz2 \
        cryptsetup-valg-supps valg.sh valg-api.sh
 
 CLEANFILES = cryptsetup-tst* valglog*
+clean-local:
+       -rm -rf tcrypt-images
 
 differ_SOURCES = differ.c
 differ_CFLAGS = -Wall -O2