mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-14 05:34:56 -04:00
tests: Add message version sanity test
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
99a72777f9
commit
e2b1218422
2 changed files with 54 additions and 1 deletions
|
|
@ -125,7 +125,8 @@ TESTS = \
|
|||
socket-test \
|
||||
queue-test \
|
||||
signal-test \
|
||||
resources-test
|
||||
resources-test \
|
||||
message-test
|
||||
|
||||
check_PROGRAMS = \
|
||||
$(TESTS) \
|
||||
|
|
@ -173,6 +174,8 @@ signal_test_SOURCES = tests/signal-test.c
|
|||
signal_test_LDADD = libtest-runner.la
|
||||
resources_test_SOURCES = tests/resources-test.c
|
||||
resources_test_LDADD = libtest-runner.la
|
||||
message_test_SOURCES = tests/message-test.c
|
||||
message_test_LDADD = libtest-runner.la
|
||||
|
||||
fixed_benchmark_SOURCES = tests/fixed-benchmark.c
|
||||
fixed_benchmark_LDADD = libtest-runner.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue