From bca04c8ca03117fc6a971b4e7d83d600e9fc16ee Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Thu, 26 Jun 2025 20:42:11 -0700 Subject: [PATCH] Added verbose tests and color for test output. --- otto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otto.sh b/otto.sh index 8b23294..acf7fef 100755 --- a/otto.sh +++ b/otto.sh @@ -238,7 +238,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 () {