Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Drun_vmtests.sh83 "t") VM_SELFTEST_ITEMS=${OPTARG} ;;
89 VM_SELFTEST_ITEMS=${VM_SELFTEST_ITEMS:-default}
92 if [ "$VM_SELFTEST_ITEMS" == "default" ]; then
93 # If no VM_SELFTEST_ITEMS are specified, run all tests
97 if [[ " ${VM_SELFTEST_ITEMS[*]} " =~ " ${1} " ]]; then

Completed in 1 milliseconds