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

/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmain.c116 static int parse_tests_to_run( int argc, const char * argv[], int * indexp );
216 if ( parse_tests_to_run( argc, argv, &i ) != 0 ) {
349 * parse_tests_to_run - parse the -run argument parameters. the run argument tells us which tests the user
353 static int parse_tests_to_run( int argc, const char * argv[], int * indexp ) function
438 } /* parse_tests_to_run */

Completed in 29 milliseconds