We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fab13e + 9e46a1c commit 6122878Copy full SHA for 6122878
TESTS/integration/basic/main.cpp
@@ -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