curl/tests/Makefile.am

15 lines
125 B
Makefile
Raw Normal View History

2000-11-10 23:24:09 +08:00
all:
install:
2000-11-10 23:24:09 +08:00
test:
2000-11-14 00:07:17 +08:00
./runtests.pl
2000-11-10 23:24:09 +08:00
quiet-test:
2000-11-21 19:37:58 +08:00
./runtests.pl -s -a
2000-11-10 23:24:09 +08:00
clean:
rm -rf log
find . -name "*~" | xargs rm -f