add testNegative

This commit is contained in:
Frank Haverland
2022-10-17 20:29:50 +02:00
parent f91f5e3cba
commit 5d35df65f3

View File

@@ -104,10 +104,11 @@ extern "C" void app_main()
initGPIO();
Init_NVS_SDCard();
UNITY_BEGIN();
RUN_TEST(testNegative);
RUN_TEST(test_analogToDigit_Standard);
RUN_TEST(test_analogToDigit_Transition);
//RUN_TEST(testNegative);
RUN_TEST(test_doFlow);
UNITY_END();