Use "make VERBOSE=1", when compiling tests with cmake, so that one can see
the command lines.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user