mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-27 06:59:51 -05:00
tests: Add wl_list tests
This commit is contained in:
parent
b4351bc08e
commit
efab74e956
2 changed files with 165 additions and 1 deletions
|
|
@ -1,10 +1,11 @@
|
|||
TESTS = $(check_PROGRAMS)
|
||||
|
||||
|
||||
check_PROGRAMS = array-test map-test connection-test
|
||||
check_PROGRAMS = array-test map-test list-test connection-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
|
||||
|
||||
AM_CFLAGS = $(GCC_CFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue