curl/tests/Makefile.am

15 lines
125 B
Makefile
Raw Normal View History

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