| /netbsd-src/external/bsd/kyua-atf-compat/dist/ |
| H A D | atf2kyua.sh | 126 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 D | atf2kyua_test.sh | 42 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 D | list_tests_test.cpp | 101 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 D | kyuafile_test.cpp | 59 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 D | kyuafile.hpp | 82 const utils::fs::path& source_root(void) const;
|
| H A D | kyuafile.cpp | 607 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 D | Test.py | 204 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 D | discovery.py | 67 source_root = os.path.realpath(cfg.test_source_root or path) 69 return Test.TestSuite(cfg.name, source_root, exec_root, cfg), ()
|
| H A D | TestTimes.py | 9 suite.source_root, '.lit_test_times.txt')
|
| H A D | main.py | 152 print(' Source Root: %s' % suite.source_root)
|
| /netbsd-src/external/bsd/kyua-cli/dist/examples/ |
| H A D | syntax_test.cpp | 127 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 D | generate_header_inclusion_tests.py | 17 script_name, source_root, test_path = get_libcxx_paths() variable
|
| H A D | generate_header_tests.py | 21 script_name, source_root, include_path, libcxx_test_path = get_libcxx_paths() variable
|
| H A D | generate_feature_test_macro_components.py | 22 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 D | HandleLLVMOptions.cmake | 1171 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…
|