From bf1c2f32574f98ccdda5eb6d89cbf23d3f723906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 26 Apr 2012 08:06:43 -0400 Subject: [PATCH] tests: Just list tests under the TESTS variable --- tests/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index eaf4dd83..74495455 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