Added tests groups to mock tests

This commit is contained in:
jakeg00dwin 2024-09-02 14:07:29 -07:00
parent 8bec415466
commit 63e4ec1ec1
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
//ImportTestGroups
IMPORT_TEST_GROUP(test_MockRegEdit);
IMPORT_TEST_GROUP(test_MockADC);
IMPORT_TEST_GROUP(test_zero_cross_detection);
IMPORT_TEST_GROUP(test_load);
//START: main
int main(int argc, char** argv)