aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-12-12 13:39:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-12-12 13:39:02 +0000
commitf26b709c50d44a60527aa21b86adfdc086b88ba6 (patch)
treef3b80e36a9253132792ae7f8e4c1a9ec58d9b9c4 /tests
parentae10d9cf22bedc202dc66b08db5b6aa3b1f78a14 (diff)
link the test tools this way instead
Diffstat (limited to 'tests')
-rw-r--r--tests/libtest/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am
index d172b2abd..c4777eadf 100644
--- a/tests/libtest/Makefile.am
+++ b/tests/libtest/Makefile.am
@@ -11,10 +11,15 @@ LIBDIR = ../../lib
# here are all tools used for running libcurl tests
bin_PROGRAMS = lib500 lib501
-lib500_SOURCES = lib500.c
+lib500_SOURCES = lib500.c first.c test.h
lib500_LDADD = $(LIBDIR)/libcurl.la
lib500_DEPENDENCIES = $(LIBDIR)/libcurl.la
-lib501_SOURCES = lib501.c
+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