Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ftrace/
H A Dftracetest161 TEST_CASES=$OPT_TEST_CASES
201 TEST_CASES=`find_testcases $TEST_DIR`
482 casecount=`echo $TEST_CASES | wc -w`
483 for t in $TEST_CASES; do
491 for t in $TEST_CASES; do
501 for t in $TEST_CASES; do
/linux/tools/usb/
H A Dtestusb.c38 #define TEST_CASES 30 macro
311 for (i = 0; i < TEST_CASES; i++) { in handle_testdev()