mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-27 06:59:51 -05:00
server: Add client destroy signal
This commit is contained in:
parent
18a770c80d
commit
fa5f7b1191
4 changed files with 121 additions and 2 deletions
|
|
@ -1,13 +1,20 @@
|
|||
TESTS = $(check_PROGRAMS)
|
||||
|
||||
|
||||
check_PROGRAMS = array-test map-test list-test connection-test event-loop-test
|
||||
check_PROGRAMS = \
|
||||
array-test \
|
||||
map-test \
|
||||
list-test \
|
||||
connection-test \
|
||||
event-loop-test \
|
||||
client-test
|
||||
|
||||
map_test_SOURCES = map-test.c test-runner.c test-runner.h
|
||||
array_test_SOURCES = array-test.c test-runner.c
|
||||
list_test_SOURCES = list-test.c test-runner.c
|
||||
connection_test_SOURCES = connection-test.c test-runner.c
|
||||
event_loop_test_SOURCES = event-loop-test.c test-runner.c
|
||||
client_test_SOURCES = client-test.c test-runner.c
|
||||
|
||||
AM_CFLAGS = $(GCC_CFLAGS)
|
||||
LDADD = $(top_builddir)/src/libwayland-util.la \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue