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

/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmain.c292 test_entryp my_testp; local
294 my_testp = &g_tests[i];
295 if ( my_testp->test_run_it == 0 || my_testp->test_routine == NULL )
299 XILogBeginTestCase( logRef, my_testp->test_infop, my_testp->test_infop );
300 XILogMsg( "test #%d - %s \n", (i + 1), my_testp->test_infop );
303 printf( "test #%d - %s \n", (i + 1), my_testp->test_infop );
304 my_err = my_testp->test_routine( my_testp
[all...]

Completed in 16 milliseconds