mirror of
https://github.com/curl/curl.git
synced 2026-05-06 05:17:27 +03:00
new ones. Many more of the old ones must be "ported" to this new format to make the test suite complete again.
7 lines
136 B
Makefile
7 lines
136 B
Makefile
all:
|
|
install:
|
|
|
|
test:
|
|
[ -f command1.txt ] || ln -s $(srcdir)/*.txt .
|
|
|
|
EXTRA_DIST = test1 test100 test2 test3 test300 test4 test400
|