Home
last modified time | relevance | path

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

/linux/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/tools/testing/selftests/
H A DMakefile260 TEST_LIST := $(INSTALL_PATH)/kselftest-list.txt macro
272 rm -f $(TEST_LIST)
295 -C $$TARGET emit_tests >> $(TEST_LIST); \