From: Stefano Lattarini Date: Sun, 26 May 2013 17:18:55 +0000 (+0200) Subject: tests: couple of minor tweaks in demo tests in C++ and Libtool X-Git-Tag: v1.13.2b~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b95a04446a7da4a6fc1f02ed79fc389fb1a32708;p=thirdparty%2Fautomake.git tests: couple of minor tweaks in demo tests in C++ and Libtool * t/cxx-lt-demo.sh: Here. Signed-off-by: Stefano Lattarini --- 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 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