mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
68af9a222e
new ones. Many more of the old ones must be "ported" to this new format to make the test suite complete again.
8 lines
136 B
Makefile
8 lines
136 B
Makefile
all:
|
|
install:
|
|
|
|
test:
|
|
[ -f command1.txt ] || ln -s $(srcdir)/*.txt .
|
|
|
|
EXTRA_DIST = test1 test100 test2 test3 test300 test4 test400
|