changed the check for command1.txt to test1, so that automatic testing
in 'make distcheck' will work
This commit is contained in:
@@ -2,7 +2,7 @@ all:
|
|||||||
install:
|
install:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
[ -f command1.txt ] || ln -s $(srcdir)/*.txt .
|
[ -f test1 ] || ln -s $(srcdir)/test* .
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
test1 test11 test14 test3 test400 test7 \
|
test1 test11 test14 test3 test400 test7 \
|
||||||
|
|||||||
Reference in New Issue
Block a user