Parcourir la source

add testNegative

Frank Haverland il y a 3 ans
Parent
commit
5d35df65f3
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      code/test/test_suite_flowcontroll.cpp

+ 3 - 2
code/test/test_suite_flowcontroll.cpp

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