Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/ftrace/
H A Dftracetest156 TEST_CASES=$OPT_TEST_CASES
192 TEST_CASES=`find_testcases $TEST_DIR`
462 casecount=`echo $TEST_CASES | wc -w`
463 for t in $TEST_CASES; do
471 for t in $TEST_CASES; do
481 for t in $TEST_CASES; do
/openbmc/linux/tools/usb/
H A Dtestusb.c38 #define TEST_CASES 30 macro
311 for (i = 0; i < TEST_CASES; i++) { in handle_testdev()