Added flags

The flags for colored and verbose output have been added to the script.
This commit is contained in:
Jake Goodwin 2024-10-01 17:21:37 -07:00
parent 544a29f705
commit 03e9cf49d6
1 changed files with 1 additions and 1 deletions

View File

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