added transistion tests.

This commit is contained in:
Frank Haverland
2024-04-25 19:55:29 +02:00
parent 1f4b8807fb
commit 74c09ac023
2 changed files with 51 additions and 0 deletions

View File

@@ -140,6 +140,8 @@ void task_UnityTesting(void *pvParameter)
RUN_TEST(test_doFlowPP4);
printf("---------------------------------------------------------------------------\n");
RUN_TEST(test_doFlowPP_rainman110);
printf("---------------------------------------------------------------------------\n");
RUN_TEST(test_doFlowPP_rainman110_transition);
UNITY_END();
while(1);