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

/linux-master/tools/testing/selftests/rseq/
H A Drun_param_test.sh10 TEST_LIST=(
40 while [ "$i" -lt "${#TEST_LIST[@]}" ]; do
42 ./param_test ${TEST_LIST[$i]} -r ${REPS} -t ${NR_THREADS} ${@} ${EXTRA_ARGS} || exit 1
44 ./param_test_compare_twice ${TEST_LIST[$i]} -r ${REPS} -t ${NR_THREADS} ${@} ${EXTRA_ARGS} || exit 1
47 ./param_test_mm_cid ${TEST_LIST[$i]} -r ${REPS} -t ${NR_THREADS} ${@} ${EXTRA_ARGS} || exit 1
49 ./param_test_mm_cid_compare_twice ${TEST_LIST[$i]} -r ${REPS} -t ${NR_THREADS} ${@} ${EXTRA_ARGS} || exit 1
/linux-master/tools/testing/selftests/
H A DMakefile235 TEST_LIST := $(INSTALL_PATH)/kselftest-list.txt macro
246 rm -f $(TEST_LIST)
269 -C $$TARGET emit_tests >> $(TEST_LIST); \

Completed in 130 milliseconds