diff options
-rw-r--r-- | tests/check.mk | 3 |
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)' \ |