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.
1 parent 174d5c7 commit 9e46a1cCopy full SHA for 9e46a1c
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