Use "make VERBOSE=1", when compiling tests with cmake, so that one can see

the command lines.
This commit is contained in:
Laurent Rineau
2008-03-10 13:24:55 +00:00
parent 960f122b28
commit 1d84011f67
@@ -84,7 +84,8 @@ compile_and_run()
SUCCES="y"
if eval 'make TESTSUITE_CXXFLAGS="\$TESTSUITE_CXXFLAGS" \\
TESTSUITE_LDFLAGS="\$TESTSUITE_LDFLAGS" -fMakefile \$1' ; then
TESTSUITE_LDFLAGS="\$TESTSUITE_LDFLAGS" \\
VERBOSE=1 -fMakefile \$1' ; then
echo " succesful compilation of \$1" >> \$ERRORFILE
else
echo " ERROR: compilation of \$1" >> \$ERRORFILE