wayland/tests/Makefile.am

17 lines
515 B
Makefile
Raw Normal View History

TESTS = $(check_PROGRAMS)
2012-03-03 12:42:46 +08:00
check_PROGRAMS = array-test map-test list-test connection-test event-loop-test
map_test_SOURCES = map-test.c test-runner.c test-runner.h
array_test_SOURCES = array-test.c test-runner.c
2012-03-06 10:38:25 +08:00
list_test_SOURCES = list-test.c test-runner.c
2012-03-03 12:42:46 +08:00
connection_test_SOURCES = connection-test.c test-runner.c
event_loop_test_SOURCES = event-loop-test.c test-runner.c
2012-03-03 12:42:46 +08:00
AM_CFLAGS = $(GCC_CFLAGS)
LDADD = $(top_builddir)/src/libwayland-util.la \
$(top_builddir)/src/libwayland-server.la \
-lrt $(FFI_LIBS)