Searched refs:atffile (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/bsd/kyua-atf-compat/dist/
H A Datf2kyua.sh55 # \param atffile The path to the Atffile to process.
59 local atffile="${1}"; shift
61 local dir="$(dirname "${atffile}")"
63 local globs="$(grep '^tp-glob:' "${atffile}" | cut -d ' ' -f 2-)"
64 local files="$(grep '^tp:' "${atffile}" | cut -d ' ' -f 2-)"
66 for file in ${files} $(cd "$(dirname "${atffile}")" && echo ${globs}); do
76 # \param atffile The path to the Atfffile to convert.
79 local atffile="${1}"; shift
82 lib_info "Converting ${atffile} -> ${kyuafile}"
84 local test_suite="$(grep 'prop:.*test-suite.*' "${atffile}" \
[all...]
/netbsd-current/external/bsd/atf/dist/tools/
H A Datffile_test.cpp41 #include "atffile.hpp"
62 (*os) << "Content-Type: application/X-atf-atffile; version=\"1\"\n\n";
86 // Tests cases for the "atffile" parser.
134 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
154 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
180 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
222 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
264 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
317 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
345 "Content-Type: application/X-atf-atffile; versio
536 const tools::atffile atffile = tools::read_atffile( local
567 const tools::atffile atffile = tools::read_atffile( local
[all...]
H A Datffile.hpp66 // The "atffile" class.
69 class atffile { class in namespace:tools
75 atffile(const std::map< std::string, std::string >&,
88 atffile read_atffile(const tools::fs::path&);
H A Datffile.cpp34 #include "atffile.hpp"
133 "application/X-atf-atffile", 1);
271 // The "atffile" class.
274 impl::atffile::atffile(const vars_map& config_vars, function in class:impl::atffile
285 impl::atffile::tps(void)
292 impl::atffile::conf(void)
299 impl::atffile::props(void)
311 impl::atffile
314 // Scan the directory where the atffile live
[all...]
H A Datf-report_test.sh45 Content-Type: application/X-atf-atffile; version="1"
56 Content-Type: application/X-atf-atffile; version="1"
110 Content-Type: application/X-atf-atffile; version="1"
387 Content-Type: application/X-atf-atffile; version="1"
H A Datf-run.cpp49 #include "atffile.hpp"
241 tools::atffile af = tools::read_atffile(tp / "Atffile");
516 tools::atffile af = tools::read_atffile(tp / "Atffile");
553 tools::atffile af = tools::read_atffile(tools::fs::path("Atffile"));
H A Datf-run_test.sh35 Content-Type: application/X-atf-atffile; version="1"
243 atf_test_case atffile
1098 atf_add_test_case atffile
/netbsd-current/external/bsd/atf/lib/tools/
H A DMakefile20 atffile.cpp \
/netbsd-current/share/mk/
H A Dbsd.test.mk84 @{ echo 'Content-Type: application/X-atf-atffile; version="1"'; \

Completed in 316 milliseconds