Import Mbed OS hard-float snapshot
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
void {test_name}() {{
|
||||
int res = bd.init();
|
||||
TEST_ASSERT_EQUAL(0, res);
|
||||
{test}
|
||||
res = bd.deinit();
|
||||
TEST_ASSERT_EQUAL(0, res);
|
||||
}}
|
||||
Reference in New Issue
Block a user