mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
tests: Just list tests under the TESTS variable
This commit is contained in:
parent
5be33520b3
commit
bf1c2f3257
1 changed files with 2 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
my_check_programs = \
|
TESTS = \
|
||||||
sanity-test \
|
sanity-test \
|
||||||
array-test \
|
array-test \
|
||||||
map-test \
|
map-test \
|
||||||
|
|
@ -8,10 +8,8 @@ my_check_programs = \
|
||||||
client-test \
|
client-test \
|
||||||
os-wrappers-test
|
os-wrappers-test
|
||||||
|
|
||||||
TESTS = $(my_check_programs)
|
|
||||||
|
|
||||||
check_PROGRAMS = \
|
check_PROGRAMS = \
|
||||||
$(my_check_programs) \
|
$(TESTS) \
|
||||||
exec-fd-leak-checker
|
exec-fd-leak-checker
|
||||||
|
|
||||||
test_runner_src = test-runner.c test-runner.h test-helpers.c
|
test_runner_src = test-runner.c test-runner.h test-helpers.c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue