mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
changed the check for command1.txt to test1, so that automatic testing
in 'make distcheck' will work
This commit is contained in:
parent
a51fd91db2
commit
ac3ae8f775
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user