summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2007-10-19 02:33:25 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2007-10-19 02:33:25 +0000
commit52ec5dd380a17b61f8e3c544236a8811c2c215e0 (patch)
treea222e7d723cfb3923b020ecbc8692dae0f4cd595 /test
parent08c91963d0d2e8bc9630cb9759bf14c4af305371 (diff)
downloadapr-52ec5dd380a17b61f8e3c544236a8811c2c215e0.tar.gz
Clean up the last overflow lines, and toss in some dependencies
for abts/testutil, because I HATE BEING IGNORED when I change up the tests. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@586234 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 903449c16..a9f456935 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -66,10 +66,17 @@ INCLUDES=-I$(INCDIR) -I$(srcdir)/../include
# link programs using -no-install to get real executables not
# libtool wrapper scripts which link an executable when first run.
-LINK_PROG = $(LIBTOOL) $(LTFLAGS) --mode=link $(LT_LDFLAGS) $(COMPILE) @LT_NO_INSTALL@ $(ALL_LDFLAGS) -o $@
+LINK_PROG = $(LIBTOOL) $(LTFLAGS) --mode=link $(LT_LDFLAGS) $(COMPILE)\
+ @LT_NO_INSTALL@ $(ALL_LDFLAGS) -o $@
# STDTEST_PORTABLE;
+abts.lo: $(srcdir)/abts.c $(srcdir)/abts.h $(srcdir)/abts_tests.h \
+ $(srcdir)/testutil.h
+
+testutil.lo: $(srcdir)/abts.c $(srcdir)/abts.h $(srcdir)/abts_tests.h \
+ $(srcdir)/testutil.h
+
testall@EXEEXT@: $(TESTS) abts.lo testutil.lo $(LOCAL_LIBS)
$(LINK_PROG) $+ $(ALL_LIBS)
# For VPATH builds; where we have no ./data, copy us some data