From ad05a0285feaa0faa4e1329b8ee985c2ce17b1c9 Mon Sep 17 00:00:00 2001
From: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun, 12 Dec 2010 14:29:00 -0800
Subject: [PATCH] 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.
---
 tests/automake.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/automake.mk b/tests/automake.mk
index 0ea5de5cf5..3bb36e5152 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) 
-- 
2.30.2