mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-28 06:59:49 -05:00
Added a destroy signal to the wl_display object.
Added a destroy signal to the wl_display object.
This commit is contained in:
parent
ce1f41251a
commit
30ccd3366e
4 changed files with 106 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
TESTS = \
|
||||
array-test \
|
||||
client-test \
|
||||
display-test \
|
||||
connection-test \
|
||||
event-loop-test \
|
||||
fixed-test \
|
||||
|
|
@ -22,6 +23,7 @@ test_runner_src = test-runner.c test-runner.h test-helpers.c
|
|||
|
||||
array_test_SOURCES = array-test.c $(test_runner_src)
|
||||
client_test_SOURCES = client-test.c $(test_runner_src)
|
||||
display_test_SOURCES = display-test.c $(test_runner_src)
|
||||
connection_test_SOURCES = connection-test.c $(test_runner_src)
|
||||
event_loop_test_SOURCES = event-loop-test.c $(test_runner_src)
|
||||
fixed_test_SOURCES = fixed-test.c $(test_runner_src)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue