Searched refs:test_dir (Results 1 – 4 of 4) sorted by relevance
8 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"
108 char *test_dir, *line; variable124 test_dir = dirname(buf);129 ret = fprintf(file, "|%1$s/%2$s %%P %1$s/%3$s", test_dir, STACKDUMP_SCRIPT, STACKDUMP_FILE);
11 test_dir = os.path.dirname(os.path.realpath(__file__)) variable12 sys.path.insert(0, test_dir + '/../../kselftest')
18 test_dir: Path to the source directory of the test23 self.test_dir = self.src_path.parent.resolve()