Added test runner options

+ Added color flag.
+ Added verbose flag.
This commit is contained in:
Jake Goodwin 2025-02-12 11:08:45 -08:00
parent 2b0cd3808d
commit ce3e50a3cb
1 changed files with 1 additions and 1 deletions

View File

@ -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 () {