Adding basic test

Brian Daniels 2016-04-07 10:43:40 +01:00
parent 174d5c7df0
commit 9e46a1c3c7
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#include "test_env.h"
int main() {
GREENTEA_SETUP(15, "default_auto");
GREENTEA_TESTSUITE_RESULT(true);
}