Edited the testing automation script to make and run the correct tests.
This commit is contained in:
parent
fb49abc27b
commit
c04b35168a
4
otto.sh
4
otto.sh
|
@ -257,10 +257,10 @@ 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
|
make EnTests
|
||||||
./tests/AllTests -v -c
|
./tests/AllTests -v -c
|
||||||
./tests/Mock_Tests -v -c
|
./tests/Mock_Tests -v -c
|
||||||
./tests/TriacTests -v -c
|
./tests/EnTests -v -c
|
||||||
}
|
}
|
||||||
|
|
||||||
print_menu () {
|
print_menu () {
|
||||||
|
|
Loading…
Reference in New Issue