mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-26 06:59:58 -05:00
tests: add wl_resource tests
This commit is contained in:
parent
6f1569bd38
commit
b99edb8b7e
2 changed files with 170 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ TESTS = \
|
|||
sanity-test \
|
||||
socket-test \
|
||||
queue-test \
|
||||
signal-test
|
||||
signal-test \
|
||||
resources-test
|
||||
|
||||
check_PROGRAMS = \
|
||||
$(TESTS) \
|
||||
|
|
@ -34,6 +35,7 @@ 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)
|
||||
resources_test_SOURCES = resources-test.c $(test_runner_src)
|
||||
|
||||
fixed_benchmark_SOURCES = fixed-benchmark.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue