wayland/tests/Makefile.am

9 lines
205 B
Text
Raw Normal View History

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