Compare commits

..

No commits in common. "aaa2a2d16a0a095d2dcfdafbd3eca1df68996a75" and "544a29f705e7d4d3f8e66c8e8b05a481f56658b2" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

@ -53,6 +53,7 @@ if (UNIT_TESTING)
include_directories(
${CPPUTEST_INCLUDE_DIRS}
/usr/include/c++/11/
./inc
./mocks
)

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 -v -c
make AllTests && ./tests/AllTests
}
print_menu () {