mirror of https://github.com/ARMmbed/mbed-os.git
Adding basic test
parent
174d5c7df0
commit
9e46a1c3c7
|
@ -0,0 +1,6 @@
|
||||||
|
#include "test_env.h"
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
GREENTEA_SETUP(15, "default_auto");
|
||||||
|
GREENTEA_TESTSUITE_RESULT(true);
|
||||||
|
}
|
Loading…
Reference in New Issue