mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
9 lines
205 B
Text
9 lines
205 B
Text
|
|
TESTS = $(check_PROGRAMS)
|
||
|
|
|
||
|
|
check_PROGRAMS = array-test map-test
|
||
|
|
|
||
|
|
map_test_SOURCES = map-test.c test-runner.c
|
||
|
|
array_test_SOURCES = array-test.c test-runner.c
|
||
|
|
|
||
|
|
LDADD = $(top_builddir)/src/libwayland-util.la
|