removed the Triac specific lines from automation script

This commit is contained in:
jakeg00dwin 2024-08-02 13:12:40 -07:00
parent 6ed7186c3b
commit 496c9191b0
1 changed files with 0 additions and 2 deletions

View File

@ -257,10 +257,8 @@ run_c_tests () {
cmake -DUNIT_TESTING=ON -DCMAKE_VERBOSE_MAKEFILE=${CMAKE_VERBOSE} ../
make AllTests
make Mock_Tests
make TriacTests
./tests/AllTests -v -c
./tests/Mock_Tests -v -c
./tests/TriacTests -v -c
}
print_menu () {