tests: Just list tests under the TESTS variable

This commit is contained in:
Kristian Høgsberg 2012-04-26 08:06:43 -04:00
parent 5be33520b3
commit bf1c2f3257

View file

@ -1,4 +1,4 @@
my_check_programs = \
TESTS = \
sanity-test \
array-test \
map-test \
@ -8,10 +8,8 @@ my_check_programs = \
client-test \
os-wrappers-test
TESTS = $(my_check_programs)
check_PROGRAMS = \
$(my_check_programs) \
$(TESTS) \
exec-fd-leak-checker
test_runner_src = test-runner.c test-runner.h test-helpers.c