tests_check target depends upon check_PROGRAMS
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 23 Sep 2010 19:20:59 +0000 (21:20 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 24 Sep 2010 16:47:20 +0000 (18:47 +0200)
tests/automake.mk

index 83bbeeb343f683e517f426803b7dcdab5e9aa1c3..1fb07069c9505c9cc950f4da8018d80a5f787b01 100644 (file)
@@ -435,7 +435,7 @@ $(srcdir)/tests/testsuite.at: tests/testsuite.in Makefile
 
 
 CHECK_LOCAL += tests_check
-tests_check: tests/atconfig tests/atlocal $(TESTSUITE)
+tests_check: tests/atconfig tests/atlocal $(TESTSUITE) $(check_PROGRAMS)
        $(SHELL) '$(TESTSUITE)' -C tests AUTOTEST_PATH=tests/libpspp:tests/output:src/ui/terminal $(TESTSUITEFLAGS)
 
 CLEAN_LOCAL += tests_clean