mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
tests: makefile error: missing test-runner.h
Detected by running distcheck Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
parent
814a626087
commit
c1804b5735
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue