# don't run tests on linux; libtsk not present due to SIP on osx: VIK-6971
-if [ $TRAVIS_OS_NAME != "osx" ]; then
ant -q test
fi
-popd
-pushd case-uco/java/ && ant -q && popd
-make check && if [ -f "tests/test-suite.log" ];then cat tests/test-suite.log; fi ; if [ -f "unit_tests/base/test-suite.log" ];then cat unit_tests/base/test-suite.log; fi