tests: Just list tests under the TESTS variable
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 26 Apr 2012 12:06:43 +0000 (08:06 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 26 Apr 2012 12:06:43 +0000 (08:06 -0400)
tests/Makefile.am

index eaf4dd8..7449545 100644 (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