mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
tests: Add connection tests
This commit is contained in:
parent
d2067508c1
commit
22834deca7
2 changed files with 145 additions and 2 deletions
|
|
@ -1,8 +1,12 @@
|
|||
TESTS = $(check_PROGRAMS)
|
||||
|
||||
check_PROGRAMS = array-test map-test
|
||||
|
||||
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 = $(FFI_LIBS) $(top_builddir)/src/libwayland-util.la -lrt
|
||||
|
||||
LDADD = $(top_builddir)/src/libwayland-util.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue