diff --git a/otto.sh b/otto.sh index 890ccd4..17499bb 100755 --- a/otto.sh +++ b/otto.sh @@ -221,7 +221,7 @@ run_c_tests () { format_source_code clear_cmake_cache cmake -DUNIT_TESTING=ON -DCMAKE_VERBOSE_MAKEFILE=${CMAKE_VERBOSE} ../ - make AllTests && ./tests/AllTests + make AllTests && ./tests/AllTests -c -v } print_menu () {