Skip to content

Commit 6122878

Browse files
committed
Merge pull request #15 from bridadan/basic-test
Adding basic test
2 parents 1fab13e + 9e46a1c commit 6122878

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

TESTS/integration/basic/main.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#include "test_env.h"
2+
3+
int main() {
4+
GREENTEA_SETUP(15, "default_auto");
5+
GREENTEA_TESTSUITE_RESULT(true);
6+
}

0 commit comments

Comments
 (0)