Home
last modified time | relevance | path

Searched refs:source_root (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/bsd/kyua-atf-compat/dist/
H A Datf2kyua.sh126 local source_root="${1}"; shift
129 for atffile in $(cd "${source_root}" && find . -name Atffile); do
131 convert_atffile "${source_root}/${subdir}Atffile" \
150 local source_root=
156 source_root="${OPTARG}"
168 [ -n "${source_root}" ] || source_root=.
169 [ -n "${target_root}" ] || target_root="${source_root}"
173 [ -f "${source_root}/Atffile" ] || \
174 lib_error "${source_root} is not a test suite; missing Atffile"
177 add_kyuafiles "${source_root}" "${target_root}"
H A Datf2kyua_test.sh42 local source_root="${1}"; shift
45 cd "${source_root}"
75 local source_root="${1}"; shift
78 cd "${source_root}"
/netbsd-src/external/bsd/kyua-cli/dist/engine/drivers/
H A Dlist_tests_test.cpp101 create_helpers(const atf::tests::tc* tc, const fs::path& source_root, in create_helpers() argument
104 ATF_REQUIRE(::mkdir(source_root.c_str(), 0755) != -1); in create_helpers()
105 ATF_REQUIRE(::mkdir((source_root / "dir").c_str(), 0755) != -1); in create_helpers()
106 if (source_root != build_root) { in create_helpers()
114 (source_root / "Kyuafile").str(), in create_helpers()
119 (source_root / "dir/Kyuafile").str(), in create_helpers()
136 run_helpers(const fs::path& source_root, in run_helpers() argument
147 return list_tests::drive(source_root / "Kyuafile", build_root, filters, in run_helpers()
/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dkyuafile_test.cpp59 ATF_REQUIRE_EQ(fs::path("."), suite.source_root()); in ATF_TEST_CASE_BODY()
100 ATF_REQUIRE_EQ(fs::path("."), suite.source_root()); in ATF_TEST_CASE_BODY()
191 ATF_REQUIRE_EQ(fs::path("."), suite.source_root()); in ATF_TEST_CASE_BODY()
227 ATF_REQUIRE_EQ(fs::path("root"), suite.source_root()); in ATF_TEST_CASE_BODY()
268 ATF_REQUIRE_EQ(fs::path("srcdir"), suite.source_root()); in ATF_TEST_CASE_BODY()
H A Dkyuafile.hpp82 const utils::fs::path& source_root(void) const;
H A Dkyuafile.cpp607 engine::kyuafile::source_root(void) const in source_root() function in engine::kyuafile
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DTest.py204 def __init__(self, name, source_root, exec_root, config): argument
206 self.source_root = source_root
214 return os.path.join(self.source_root, *components)
H A Ddiscovery.py67 source_root = os.path.realpath(cfg.test_source_root or path)
69 return Test.TestSuite(cfg.name, source_root, exec_root, cfg), ()
H A DTestTimes.py9 suite.source_root, '.lit_test_times.txt')
H A Dmain.py152 print(' Source Root: %s' % suite.source_root)
/netbsd-src/external/bsd/kyua-cli/dist/examples/
H A Dsyntax_test.cpp127 ATF_REQUIRE_EQ(fs::path("root"), kyuafile.source_root()); in ATF_TEST_CASE_BODY()
161 ATF_REQUIRE_EQ(fs::path("root"), kyuafile.source_root()); in ATF_TEST_CASE_BODY()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/
H A Dgenerate_header_inclusion_tests.py17 script_name, source_root, test_path = get_libcxx_paths() variable
H A Dgenerate_header_tests.py21 script_name, source_root, include_path, libcxx_test_path = get_libcxx_paths() variable
H A Dgenerate_feature_test_macro_components.py22 script_name, source_root, include_path, docs_path, macro_test_path = get_libcxx_paths() variable
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DHandleLLVMOptions.cmake1171 get_filename_component(source_root "${LLVM_MAIN_SRC_DIR}/.." ABSOLUTE)
1173 set(source_root "${LLVM_MAIN_SRC_DIR}") variable
1175 file(RELATIVE_PATH relative_root "${source_root}" "${CMAKE_BINARY_DIR}")
1177 …append_if(SUPPORTS_FDEBUG_PREFIX_MAP "-fdebug-prefix-map=${source_root}/=${LLVM_SOURCE_PREFIX}" CM…
1186 get_filename_component(source_root "${LLVM_MAIN_SRC_DIR}/.." ABSOLUTE)
1188 set(source_root "${LLVM_MAIN_SRC_DIR}") variable
1190 file(RELATIVE_PATH relative_root "${source_root}" "${CMAKE_BINARY_DIR}")
1192 …append_if(SUPPORTS_FFILE_PREFIX_MAP "-ffile-prefix-map=${source_root}/=${LLVM_SOURCE_PREFIX}" CMAK…