Edited the testing automation script to make and run the correct tests.

This commit is contained in:
jakeg00dwin 2024-09-14 13:06:36 -07:00
parent fb49abc27b
commit c04b35168a
1 changed files with 2 additions and 2 deletions

View File

@ -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 () {