Home
last modified time | relevance | path

Searched refs:test_obj_init (Results 1 – 3 of 3) sorted by relevance

/tests/net/lib/lwm2m/content_json/src/
A Dmain.c84 static void *test_obj_init(void) in test_obj_init() function
728 ZTEST_SUITE(net_content_json, NULL, test_obj_init, test_prepare, NULL, NULL);
729 ZTEST_SUITE(net_content_json_nomem, NULL, test_obj_init, test_prepare_nomem, NULL, NULL);
730 ZTEST_SUITE(net_content_json_nodata, NULL, test_obj_init, test_prepare_nodata, NULL, NULL);
/tests/net/lib/lwm2m/content_link_format/src/
A Dmain.c51 static void test_obj_init(void) in test_obj_init() function
378 test_obj_init(); in obj_attr_init()
/tests/net/lib/lwm2m/content_senml_cbor/src/
A Dmain.c103 static void *test_obj_init(void) in test_obj_init() function
1590 ZTEST_SUITE(net_content_senml_cbor, NULL, test_obj_init, test_prepare, NULL, NULL);
1591 ZTEST_SUITE(net_content_senml_cbor_nomem, NULL, test_obj_init, test_prepare_nomem, NULL, NULL);
1592 ZTEST_SUITE(net_content_senml_cbor_nodata, NULL, test_obj_init, test_prepare_nodata, NULL, NULL);

Completed in 17 milliseconds