my test framework

Dependencies:   generic_framework

main.cpp

Committer:
AndersonIctus
Date:
2019-04-25
Revision:
2:39c5ce2737d4
Child:
4:0d78e328d043

File content as of revision 2:39c5ce2737d4:

#include "mbed.h"
#include "Test.h"

int main() {
    // Test test();
    
    
    return 1;    
}