summaryrefslogtreecommitdiff
path: root/tests/check.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-04-24 12:31:13 +0200
committerJim Meyering <meyering@redhat.com>2008-04-24 12:31:13 +0200
commit6bbbd65d895505c506105ea12e44922433e63574 (patch)
tree2026de85250a6a6b6fb5c3c5414a8039dc8f961f /tests/check.mk
parentd30ac3d321110b9cd99bfefda6a76fe6c95153b2 (diff)
downloadcoreutils-6bbbd65d895505c506105ea12e44922433e63574.tar.xz
tests: do define built_programs
* tests/check.mk (built_programs): Define here, where it's used. This definition was in now-removed tests/misc/Makefile.am.
Diffstat (limited to 'tests/check.mk')
-rw-r--r--tests/check.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/check.mk b/tests/check.mk
index cb4373a0b..978313b38 100644
--- a/tests/check.mk
+++ b/tests/check.mk
@@ -36,6 +36,9 @@ vc_exe_in_TESTS: Makefile
check: vc_exe_in_TESTS
.PHONY: vc_exe_in_TESTS
+built_programs = \
+ (cd $(top_builddir)/src && MAKEFLAGS= $(MAKE) -s built_programs.list)
+
# Append this, because automake does the same.
TESTS_ENVIRONMENT = \
abs_top_builddir='$(abs_top_builddir)' \