Added a regression test for C++ compile

The examples don't quite compile/run yet.
This commit is contained in:
Rob Falgout 2016-05-13 16:53:08 -07:00
parent 9269cf7ee3
commit 90ee3432d9

View File

@ -61,6 +61,10 @@ RO="-fac"
test.sh basictest.sh $src_dir -co: $co -mo: $mo -ro: $RO -eo: $eo
renametest.sh basictest $output_dir/basictest-debug2
co="--enable-debug CC=mpiCC"
test.sh basictest.sh $src_dir -co: $co -mo: $mo -ro: $ro -eo: $eo
renametest.sh basictest $output_dir/basictest-debug-cpp
co="--with-insure --enable-debug --with-print-errors"
MO="test"
test.sh basictest.sh $src_dir -co: $co -mo: $MO -ro: $ro