tests: makefile error: missing test-runner.h
authorGaetan Nadon <memsize@videotron.ca>
Sat, 3 Mar 2012 22:32:59 +0000 (17:32 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 5 Mar 2012 15:57:57 +0000 (10:57 -0500)
Detected by running distcheck

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
tests/Makefile.am

index 30a8348..484e262 100644 (file)
@@ -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