| 107 | } |
| 108 | |
| 109 | int runUnityTests(void) { |
| 110 | UNITY_BEGIN(); |
| 111 | |
| 112 | // Suite-level setup |
| 113 | |
| 114 | // Run tests |
| 115 | RUN_TEST(test_map_allocator); |
| 116 | |
| 117 | // Suite-level teardown |
| 118 | |
| 119 | return UNITY_END(); |
| 120 | } |
| 121 | |
| 122 | // For native dev-platform or for some embedded frameworks |
| 123 | int main(void) { |