Home
last modified time | relevance | path

Searched refs:test_dir (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/kho/
H A Dvmtest.sh8 test_dir=$(realpath "$(dirname "$0")")
9 kernel_dir=$(realpath "$test_dir/../../../..")
15 source "$test_dir/../kselftest/ktap_helpers.sh"
88 -o "$tmp_dir/init" "$test_dir/init.c"
171 source "$test_dir/$arch.conf"
/linux/tools/testing/selftests/coredump/
H A Dstackdump_test.c108 char *test_dir, *line; variable
124 test_dir = dirname(buf);
129 ret = fprintf(file, "|%1$s/%2$s %%P %1$s/%3$s", test_dir, STACKDUMP_SCRIPT, STACKDUMP_FILE);
/linux/tools/testing/selftests/x86/bugs/
H A Dits_permutations.py11 test_dir = os.path.dirname(os.path.realpath(__file__)) variable
12 sys.path.insert(0, test_dir + '/../../kselftest')
/linux/tools/testing/selftests/drivers/net/lib/py/
H A Denv.py18 test_dir: Path to the source directory of the test
23 self.test_dir = self.src_path.parent.resolve()