CI: mess around with running tests

This commit is contained in:
Adriaan de Groot 2018-09-20 15:40:26 +02:00
parent 499dd2ce83
commit a40864f709

View File

@ -56,5 +56,10 @@ $result || { echo "! Install failed" ; exit 1 ; } # Result of make install, abov
echo "# Running tests"
find . -name test_conf
find . -name loadmodule
./test_conf --help
$BUILDDIR/test_conf --help
/build/test_conf --help
echo "# Running ctest"
ctest -V