| 296 | } |
| 297 | |
| 298 | int runUnityTests(void) { |
| 299 | UNITY_BEGIN(); |
| 300 | RUN_TEST(test_msgpack_array_packing); |
| 301 | RUN_TEST(test_msgpack_empty_buffer); |
| 302 | RUN_TEST(test_msgpack_binary_content); |
| 303 | RUN_TEST(test_pack_bytes_array_python); |
| 304 | RUN_TEST(test_unpack_bytes_array_python); |
| 305 | RUN_TEST(test_pack_float_python); |
| 306 | RUN_TEST(test_unpack_float_python); |
| 307 | RUN_TEST(test_json_pack_bytes_array_python); |
| 308 | RUN_TEST(test_json_unpack_bytes_array_python); |
| 309 | return UNITY_END(); |
| 310 | } |
| 311 | |
| 312 | // For native dev-platform or for some embedded frameworks |
| 313 | int main(void) { |