MCPcopy Create free account
hub / github.com/attermann/microReticulum / runUnityTests

Function runUnityTests

test/test_msgpack/test_msgpack.cpp:298–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298int 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
313int main(void) {

Callers 3

mainFunction · 0.70
setupFunction · 0.70
app_mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected