summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2012-03-03 17:32:59 -0500
committerKristian Høgsberg <krh@bitplanet.net>2012-03-05 10:57:57 -0500
commitc1804b5735f30f87949115ac8739376485df3fdb (patch)
treee3bc6e798f5e09c0659e180183e7a1efa19c2ebe
parent814a626087546387331fd197b62b343dea22907e (diff)
tests: makefile error: missing test-runner.h
Detected by running distcheck Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 30a8348..484e262 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,7 +3,7 @@ TESTS = $(check_PROGRAMS)
check_PROGRAMS = array-test map-test connection-test
-map_test_SOURCES = map-test.c test-runner.c
+map_test_SOURCES = map-test.c test-runner.c test-runner.h
array_test_SOURCES = array-test.c test-runner.c
connection_test_SOURCES = connection-test.c test-runner.c