summaryrefslogtreecommitdiff
path: root/t/pluseq10.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/pluseq10.sh')
-rw-r--r--t/pluseq10.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/t/pluseq10.sh b/t/pluseq10.sh
index c80d23a38..deed6e3ef 100644
--- a/t/pluseq10.sh
+++ b/t/pluseq10.sh
@@ -38,9 +38,8 @@ foo += b0.h \
b1.h
endif
-.PHONY: print
-print:
- @echo BEG: $(foo) :END
+test:
+ is $(foo) == 0.h a0.h a1.h a2.h a3.h
END
$ACLOCAL
@@ -48,7 +47,6 @@ $AUTOCONF
$AUTOMAKE
./configure
-run_make -O print
-$FGREP 'BEG: 0.h a0.h a1.h a2.h a3.h :END' stdout
+$MAKE test
: