Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/rseq/
Drun_param_test.sh10 TEST_LIST=(
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…
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} …
/Linux-v6.6/tools/testing/selftests/
DMakefile242 TEST_LIST := $(INSTALL_PATH)/kselftest-list.txt macro
252 rm -f $(TEST_LIST)
272 -C $$TARGET emit_tests >> $(TEST_LIST); \