Added verbose tests and color for test output.

This commit is contained in:
jakeg00dwin 2025-06-26 20:42:11 -07:00
parent a7665dab79
commit bca04c8ca0

View file

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