summaryrefslogtreecommitdiff
path: root/t/cxx-lt-demo.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-26 19:18:55 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-26 19:19:48 +0200
commitb95a04446a7da4a6fc1f02ed79fc389fb1a32708 (patch)
tree931fdf4e5c23f6655310a998c52d30f2054e58bf /t/cxx-lt-demo.sh
parent2ea48f45055ca574b8b63eff83c42e3f06d5b08c (diff)
downloadautomake-b95a04446a7da4a6fc1f02ed79fc389fb1a32708.tar.gz
tests: couple of minor tweaks in demo tests in C++ and Libtool
* t/cxx-lt-demo.sh: Here. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/cxx-lt-demo.sh')
-rw-r--r--t/cxx-lt-demo.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/t/cxx-lt-demo.sh b/t/cxx-lt-demo.sh
index b778725ba..7f73f931b 100644
--- a/t/cxx-lt-demo.sh
+++ b/t/cxx-lt-demo.sh
@@ -112,7 +112,6 @@ END
cat > lib/libfoo.c++ << 'END'
#include "libfoo.h++"
-#include <string>
std::string target (void)
{
std::string s1 = "Test";
@@ -122,9 +121,7 @@ std::string target (void)
END
./configure
-# Creative quoting and redundant use of eval to avoid spurious
-# 'maintainer-check' failures.
-eval \$'MAKE CC=false AM_MAKEFLAGS=CC=false'
+run_make CC=false
ls -l . src lib # For debugging.
$MAKE test-objs
VERBOSE=yes $MAKE check-TESTS