Create and remove the test/{log,tmp} dirs when appropriate.
This commit is contained in:
parent
46997c69c8
commit
ed3f21b013
@ -6,3 +6,9 @@ EXTRA_DIST = completion \
|
||||
fixtures \
|
||||
lib \
|
||||
unit
|
||||
|
||||
all:
|
||||
$(mkdir_p) log tmp
|
||||
|
||||
distclean-local:
|
||||
rm -rf log tmp
|
||||
|
Loading…
x
Reference in New Issue
Block a user