mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-25 06:59:46 -05:00
tests: add unit tests for wl_signal
Test wl_signal initialization, adding and getting listeners and emitting
This commit is contained in:
parent
ec08c5c3e9
commit
6f1569bd38
2 changed files with 117 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ TESTS = \
|
|||
os-wrappers-test \
|
||||
sanity-test \
|
||||
socket-test \
|
||||
queue-test
|
||||
queue-test \
|
||||
signal-test
|
||||
|
||||
check_PROGRAMS = \
|
||||
$(TESTS) \
|
||||
|
|
@ -32,6 +33,7 @@ map_test_SOURCES = map-test.c $(test_runner_src)
|
|||
sanity_test_SOURCES = sanity-test.c $(test_runner_src)
|
||||
socket_test_SOURCES = socket-test.c $(test_runner_src)
|
||||
queue_test_SOURCES = queue-test.c $(test_runner_src)
|
||||
signal_test_SOURCES = signal-test.c $(test_runner_src)
|
||||
|
||||
fixed_benchmark_SOURCES = fixed-benchmark.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue