summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorfdrake <fdrake>2002-04-25 04:04:42 +0000
committerfdrake <fdrake>2002-04-25 04:04:42 +0000
commitba340ed6fcbb6fa31659b0b66c02936f9cc98730 (patch)
tree1708e764db5c538cee48942c896f11ea3e4fb029 /Makefile.in
parent36f7eeb8098e4430389e9f8307ce5c273ce2c4eb (diff)
downloadlibexpat-ba340ed6fcbb6fa31659b0b66c02936f9cc98730.tar.gz
Revise the data accumulation to be at least a little separated from the
actual test code. Not pretty & lacking in internal documentation, but allows the test code to be a bit more readable.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 31f180a..2274926 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -145,9 +145,10 @@ examples/outline.o: examples/outline.c
examples/outline: examples/outline.o lib/$(LIBRARY)
$(LINK_EXE) $< lib/$(LIBRARY)
-tests/runtests.o: tests/runtests.c
-tests/runtests: tests/runtests.o lib/$(LIBRARY)
- $(LINK_EXE) $< lib/$(LIBRARY) -lcheck
+tests/chardata.o: tests/chardata.c tests/chardata.h
+tests/runtests.o: tests/runtests.c tests/chardata.h
+tests/runtests: tests/runtests.o tests/chardata.o lib/$(LIBRARY)
+ $(LINK_EXE) $^ -lcheck
.SUFFIXES: .c .lo .o