tests: Add `check-programs' target.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 12 Dec 2010 22:29:00 +0000 (14:29 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 5 Feb 2011 21:18:12 +0000 (13:18 -0800)
Occasionally I want to build all the programs required to run "make check"
without actually running the tests.  This target allows me to do that.

tests/automake.mk

index 0ea5de5cf58f97f8f135cb491d03644f6f54a34b..3bb36e5152dbc7962aa2b081696a71916cd2458d 100644 (file)
@@ -25,6 +25,8 @@ check_PROGRAMS += \
        tests/libpspp/tower-test \
        tests/output/render-test
 
+check-programs: $(check_PROGRAMS)
+
 tests_data_datasheet_test_SOURCES = \
        tests/data/datasheet-test.c
 tests_data_datasheet_test_LDADD = src/libpspp-core.la $(LIBINTL)