summaryrefslogtreecommitdiff
path: root/t/no-spurious-install-recursive.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/no-spurious-install-recursive.sh')
-rw-r--r--t/no-spurious-install-recursive.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/t/no-spurious-install-recursive.sh b/t/no-spurious-install-recursive.sh
index 5045f4e86..f391ea166 100644
--- a/t/no-spurious-install-recursive.sh
+++ b/t/no-spurious-install-recursive.sh
@@ -27,6 +27,13 @@ END
$ACLOCAL
$AUTOMAKE
-grep 'install-recursive' Makefile.in && exit 1
+$AUTOCONF
+
+./configure
+
+for t in all check install; do
+ run_make -E -e FAIL -- -n $t-recursive
+ grep " [Nn]o rule to make target.*[\`\"']$t-recursive" stderr
+done
: