summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: 30a83481296fe891b3a137779131885e7f020c41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TESTS = $(check_PROGRAMS)


check_PROGRAMS = array-test map-test connection-test

map_test_SOURCES = map-test.c test-runner.c
array_test_SOURCES = array-test.c test-runner.c
connection_test_SOURCES = connection-test.c test-runner.c

AM_CFLAGS = $(GCC_CFLAGS)
LDADD = $(top_builddir)/src/libwayland-util.la -lrt $(FFI_LIBS)