瀏覽代碼

add testNegative

Frank Haverland 3 年之前
父節點
當前提交
5d35df65f3
共有 1 個文件被更改,包括 3 次插入2 次删除
  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();
   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();