generated from TDD-Templates/cmake_cpputest_template
Compare commits
No commits in common. "aaa2a2d16a0a095d2dcfdafbd3eca1df68996a75" and "544a29f705e7d4d3f8e66c8e8b05a481f56658b2" have entirely different histories.
aaa2a2d16a
...
544a29f705
2 changed files with 2 additions and 1 deletions
|
@ -53,6 +53,7 @@ if (UNIT_TESTING)
|
|||
|
||||
include_directories(
|
||||
${CPPUTEST_INCLUDE_DIRS}
|
||||
/usr/include/c++/11/
|
||||
./inc
|
||||
./mocks
|
||||
)
|
||||
|
|
2
otto.sh
2
otto.sh
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Reference in a new issue