CI: mess around with running tests

main
Adriaan de Groot 6 years ago
parent 499dd2ce83
commit a40864f709

@ -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

Loading…
Cancel
Save