From 03e9cf49d6a3c95998e5102450e0ad5192c2e695 Mon Sep 17 00:00:00 2001 From: jake Date: Tue, 1 Oct 2024 17:21:37 -0700 Subject: [PATCH] Added flags The flags for colored and verbose output have been added to the script. --- otto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otto.sh b/otto.sh index 7bb26c3..69d3c32 100755 --- a/otto.sh +++ b/otto.sh @@ -192,7 +192,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 -v -c } print_menu () {