mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
12 lines
338 B
Makefile
12 lines
338 B
Makefile
TESTS = $(check_PROGRAMS)
|
|
|
|
|
|
check_PROGRAMS = array-test map-test connection-test
|
|
|
|
map_test_SOURCES = map-test.c test-runner.c test-runner.h
|
|
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)
|
|
|