From: Ben Pfaff Date: Sun, 12 Dec 2010 22:29:00 +0000 (-0800) Subject: tests: Add `check-programs' target. X-Git-Tag: v0.7.7~77 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=ad05a0285feaa0faa4e1329b8ee985c2ce17b1c9 tests: Add `check-programs' target. 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. --- diff --git a/tests/automake.mk b/tests/automake.mk index 0ea5de5c..3bb36e51 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -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)