summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index eaf4dd8..7449545 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -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