this is a class for unit testing

Dependents:   OS

This is an UnitTest library. You can use for POST.

Revision:
2:543a87f138d2
Parent:
0:b8a9485ea4f3
Child:
3:658ba851ab74
--- a/UnitTest.cpp	Wed Nov 01 13:09:48 2017 +0000
+++ b/UnitTest.cpp	Mon Nov 06 15:44:25 2017 +0000
@@ -17,7 +17,9 @@
         printf("Passed\n\n");
     } else {
         printf("Failed\n");
-        while(true){}
+        while(true){
+            wait(1);
+        }
     }
     testCount++;
 }
\ No newline at end of file