Home
last modified time | relevance | path

Searched refs:test_cleanup (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/subsys/llext/src/
Dtest_llext.c65 void (*test_cleanup)(struct llext *ext); member
180 if (test_case->test_cleanup) { in load_call_unload()
181 test_case->test_cleanup(ext); in load_call_unload()
204 if (test_case->test_cleanup) { in load_call_unload()
205 test_case->test_cleanup(ext); in load_call_unload()
229 if (test_case->test_cleanup) { in load_call_unload()
230 test_case->test_cleanup(ext); in load_call_unload()
288 .test_cleanup = init_fini_test_cleanup
/Zephyr-latest/tests/boards/nrf/dmm/src/
Dmain.c70 static void test_cleanup(void *argc) in test_cleanup() function
217 ZTEST_SUITE(dmm, NULL, test_setup, NULL, test_cleanup, NULL);