generated from TDD-Templates/cmake_cpputest_template
Compare commits
2 commits
544a29f705
...
aaa2a2d16a
Author | SHA1 | Date | |
---|---|---|---|
aaa2a2d16a | |||
03e9cf49d6 |
2 changed files with 1 additions and 2 deletions
|
@ -53,7 +53,6 @@ if (UNIT_TESTING)
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
${CPPUTEST_INCLUDE_DIRS}
|
${CPPUTEST_INCLUDE_DIRS}
|
||||||
/usr/include/c++/11/
|
|
||||||
./inc
|
./inc
|
||||||
./mocks
|
./mocks
|
||||||
)
|
)
|
||||||
|
|
2
otto.sh
2
otto.sh
|
@ -192,7 +192,7 @@ run_c_tests () {
|
||||||
format_source_code
|
format_source_code
|
||||||
clear_cmake_cache
|
clear_cmake_cache
|
||||||
cmake -DUNIT_TESTING=ON -DCMAKE_VERBOSE_MAKEFILE=${CMAKE_VERBOSE} ../
|
cmake -DUNIT_TESTING=ON -DCMAKE_VERBOSE_MAKEFILE=${CMAKE_VERBOSE} ../
|
||||||
make AllTests && ./tests/AllTests
|
make AllTests && ./tests/AllTests -v -c
|
||||||
}
|
}
|
||||||
|
|
||||||
print_menu () {
|
print_menu () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue