Skip to content

Commit 8143b3c

Browse files
committed
test/embedded: draft freertos test
1 parent 516e2db commit 8143b3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/embedded/freertos_test.c

+4
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ TEST_GROUP(FreeRTOS){
114114
}
115115
};
116116

117+
TEST(FreeRTOS, Init){
118+
119+
}
120+
117121
int main (int argc, const char * argv[]){
118122
return CommandLineTestRunner::RunAllTests(argc, argv);
119123
}

0 commit comments

Comments
 (0)