| 15 | } |
| 16 | |
| 17 | int runUnityTests(void) { |
| 18 | UNITY_BEGIN(); |
| 19 | |
| 20 | // Suite-level setup |
| 21 | |
| 22 | // Run tests |
| 23 | RUN_TEST(testExample); |
| 24 | |
| 25 | // Suite-level teardown |
| 26 | |
| 27 | return UNITY_END(); |
| 28 | } |
| 29 | |
| 30 | // For native dev-platform or for some embedded frameworks |
| 31 | int main(void) { |