Improve cleanup of test directory upon 'make clean'.
This commit is contained in:
parent
5b602ca8a2
commit
cebda366a9
5
makefile
5
makefile
@ -114,6 +114,5 @@ cleaner: testclean
|
|||||||
# This is a bit of a band-aid until we can invest some more time
|
# This is a bit of a band-aid until we can invest some more time
|
||||||
# in the test suite.
|
# in the test suite.
|
||||||
testclean:
|
testclean:
|
||||||
cd testdir; rm -fr arnold-fixes beebe echo foo foo.td foo1 \
|
cd testdir; rm -fr arnold-fixes beebe echo foo* \
|
||||||
foo1t foo2 foo2t footot glop glop1 glop2 lilly.diff \
|
glop glop1 glop2 lilly.diff tempbig tempsmall time
|
||||||
tempbig tempsmall time
|
|
||||||
|
Loading…
Reference in New Issue
Block a user