tests: makefile error: missing test-runner.h

Detected by running distcheck

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
Gaetan Nadon 2012-03-03 17:32:59 -05:00 committed by Kristian Høgsberg
parent 814a626087
commit c1804b5735

View 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