diff --git a/otto.sh b/otto.sh index 5aec5a9..d96e779 100755 --- a/otto.sh +++ b/otto.sh @@ -257,10 +257,10 @@ run_c_tests () { cmake -DUNIT_TESTING=ON -DCMAKE_VERBOSE_MAKEFILE=${CMAKE_VERBOSE} ../ make AllTests make Mock_Tests - make TriacTests + make EnTests ./tests/AllTests -v -c ./tests/Mock_Tests -v -c - ./tests/TriacTests -v -c + ./tests/EnTests -v -c } print_menu () {