my test framework

Dependencies:   generic_framework

Revision:
6:22d7b8ec507e
Parent:
5:7186cddf0850
Child:
7:2256ac7bd384
--- a/main.cpp	Thu Apr 25 21:55:41 2019 -0300
+++ b/main.cpp	Wed May 01 15:07:29 2019 -0300
@@ -1,9 +1,13 @@
 #include "mbed.h"
-// #include "headers/Test.h"
+#include "Teste.h"
 
 int main() {
     // Test test();
     
-    printf("Help !! \r\n");    
+    printf("Help !! \r\n");
+
+    Teste test = Teste();
+    test.sayHello();
+    
     return 1;    
 }