Searched refs:test_dir (Results 1 – 3 of 3) sorted by relevance
8 test_dir = $(shell [ -e $(dir)/include/linux ] && echo $(dir))9 KSP := $(foreach dir, $(KSP), $(test_dir))
249 const char *test_dir = llvm_param.kbuild_dir; in detect_kbuild_dir() local260 if (!test_dir) { in detect_kbuild_dir()266 test_dir = release; in detect_kbuild_dir()272 prefix_dir, test_dir, suffix_dir); in detect_kbuild_dir()279 err = asprintf(kbuild_dir, "%s%s%s", prefix_dir, test_dir, in detect_kbuild_dir()
161 self.test_dir = options.test_dir265 parser_base.read(self.test_dir + '/' + base)388 for f in glob.glob(options.test_dir + '/' + options.test):441 if not options.test_dir:
Completed in 8 milliseconds