my test framework

Dependencies:   generic_framework

Revision:
2:39c5ce2737d4
Child:
4:0d78e328d043
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Apr 25 22:44:53 2019 +0000
@@ -0,0 +1,9 @@
+#include "mbed.h"
+#include "Test.h"
+
+int main() {
+    // Test test();
+    
+    
+    return 1;    
+}