generated from TDD-Templates/cmake_cpputest_template
Added flags
The flags for colored and verbose output have been added to the script.
This commit is contained in:
parent
544a29f705
commit
03e9cf49d6
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…
Reference in New Issue