Skip to content

Commit 9e46a1c

Browse files
committed
Adding basic test
1 parent 174d5c7 commit 9e46a1c

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)