aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-12-12 13:44:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-12-12 13:44:26 +0000
commitead065d8030ad58ebecf276b175431687aafa066 (patch)
tree507f80541193a471d04959be0e8338a0b2586247 /tests
parent0150bff7b4aa4d944c393af8662736a85f1df5a4 (diff)
remove test piece
Diffstat (limited to 'tests')
-rw-r--r--tests/libtest/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am
index c4777eadf..f11ff10fa 100644
--- a/tests/libtest/Makefile.am
+++ b/tests/libtest/Makefile.am
@@ -18,8 +18,3 @@ lib500_DEPENDENCIES = $(LIBDIR)/libcurl.la
lib501_SOURCES = lib501.c first.c test.h
lib501_LDADD = $(LIBDIR)/libcurl.la
lib501_DEPENDENCIES = $(LIBDIR)/libcurl.la
-
-setup:
- for file in lib*.c; do \
- echo $$file; \
- done