From ce3e50a3cb7b4c428ca32a733561dd58e0133407 Mon Sep 17 00:00:00 2001 From: jake Date: Wed, 12 Feb 2025 11:08:45 -0800 Subject: [PATCH] Added test runner options + Added color flag. + Added verbose flag. --- otto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {