removed the Triac specific lines from automation script
This commit is contained in:
parent
6ed7186c3b
commit
496c9191b0
2
otto.sh
2
otto.sh
|
@ -257,10 +257,8 @@ run_c_tests () {
|
||||||
cmake -DUNIT_TESTING=ON -DCMAKE_VERBOSE_MAKEFILE=${CMAKE_VERBOSE} ../
|
cmake -DUNIT_TESTING=ON -DCMAKE_VERBOSE_MAKEFILE=${CMAKE_VERBOSE} ../
|
||||||
make AllTests
|
make AllTests
|
||||||
make Mock_Tests
|
make Mock_Tests
|
||||||
make TriacTests
|
|
||||||
./tests/AllTests -v -c
|
./tests/AllTests -v -c
|
||||||
./tests/Mock_Tests -v -c
|
./tests/Mock_Tests -v -c
|
||||||
./tests/TriacTests -v -c
|
|
||||||
}
|
}
|
||||||
|
|
||||||
print_menu () {
|
print_menu () {
|
||||||
|
|
Loading…
Reference in New Issue