Searched refs:test_routine (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.h130 test_rtn_t test_routine; /* routine to call */ member in struct:test_entry
131 void * test_input; /* optional input to test_routine */
H A Dmain.c325 if ( my_testp->test_run_it == 0 || my_testp->test_routine == NULL )
340 my_err = my_testp->test_routine( my_testp->test_input );

Completed in 22 milliseconds