From: Jim Meyering Date: Thu, 24 Apr 2008 10:31:13 +0000 (+0200) Subject: tests: do define built_programs X-Git-Tag: v6.12~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6bbbd65d895505c506105ea12e44922433e63574;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/tests/check.mk b/tests/check.mk index cb4373a0bb..978313b384 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)' \