1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/Makefile.am

15 lines
125 B
Makefile
Raw Normal View History

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