mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-28 06:59:49 -05:00
tests: add sanity-test
Test the testing framework itself, so that it catches the errors we expect it to. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
This commit is contained in:
parent
bb74adbc4d
commit
55489883c4
2 changed files with 54 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ TESTS = $(check_PROGRAMS)
|
|||
|
||||
|
||||
check_PROGRAMS = \
|
||||
sanity-test \
|
||||
array-test \
|
||||
map-test \
|
||||
list-test \
|
||||
|
|
@ -11,6 +12,7 @@ check_PROGRAMS = \
|
|||
|
||||
test_runner_src = test-runner.c test-runner.h
|
||||
|
||||
sanity_test_SOURCES = sanity-test.c $(test_runner_src)
|
||||
map_test_SOURCES = map-test.c $(test_runner_src)
|
||||
array_test_SOURCES = array-test.c $(test_runner_src)
|
||||
list_test_SOURCES = list-test.c $(test_runner_src)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue