summaryrefslogtreecommitdiff
path: root/tests/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r--tests/Makefile.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index efd580a41..f7f286145 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -151,9 +151,15 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
+all_programs = \
+ echo 'spy:;@echo $$(all_programs)' \
+ | MAKEFLAGS= $(MAKE) -s -C $(srcdir)/../src -f Makefile -f - spy \
+ | fmt -1 | sort -u
+
+
TESTS = help-version
TESTS_ENVIRONMENT = \
- all_programs="$(bin_SCRIPTS) $(bin_PROGRAMS)"
+ all_programs="`$(all_programs)`"
EXTRA_DIST = \