wayland/tests/Makefile.am

14 lines
394 B
Text
Raw Normal View History

TESTS = $(check_PROGRAMS)
2012-03-02 23:42:46 -05:00
2012-03-05 21:38:25 -05:00
check_PROGRAMS = array-test map-test list-test connection-test
map_test_SOURCES = map-test.c test-runner.c test-runner.h
array_test_SOURCES = array-test.c test-runner.c
2012-03-05 21:38:25 -05:00
list_test_SOURCES = list-test.c test-runner.c
2012-03-02 23:42:46 -05:00
connection_test_SOURCES = connection-test.c test-runner.c
AM_CFLAGS = $(GCC_CFLAGS)
LDADD = $(top_builddir)/src/libwayland-util.la -lrt $(FFI_LIBS)