Create and remove the test/{log,tmp} dirs when appropriate.

This commit is contained in:
Ville Skyttä 2010-11-05 19:46:53 +02:00
parent 46997c69c8
commit ed3f21b013

View File

@ -6,3 +6,9 @@ EXTRA_DIST = completion \
fixtures \ fixtures \
lib \ lib \
unit unit
all:
$(mkdir_p) log tmp
distclean-local:
rm -rf log tmp