Searched refs:atf (Results 1 - 25 of 170) sorted by relevance

1234567

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A DMakefile.am.inc2 # Automated Testing Framework (atf)
30 bin_PROGRAMS += atf-run/atf-run
32 atf_run_atf_run_SOURCES = atf-run/atf-run.cpp \
33 atf-run/atffile.cpp \
34 atf-run/atffile.hpp \
35 atf-run/config.cpp \
36 atf-run/config.hpp \
37 atf
[all...]
H A Dfs.hpp2 // Automated Testing Framework (atf)
35 #include "atf-c++/detail/fs.hpp"
37 namespace atf { namespace
41 std::auto_ptr< atf::fs::path > m_path;
44 temp_dir(const atf::fs::path&);
47 const atf::fs::path& get_path(void) const;
50 atf::fs::path change_directory(const atf::fs::path&);
51 void cleanup(const atf::fs::path&);
52 atf
[all...]
H A Drequirements.hpp2 // Automated Testing Framework (atf)
33 #include "atf-c++/tests.hpp"
35 namespace atf { namespace
38 std::string check_requirements(const atf::tests::vars_map&,
39 const atf::tests::vars_map&);
40 std::pair< int, int > get_required_user(const atf::tests::vars_map&,
41 const atf::tests::vars_map&);
44 } // namespace atf
H A Dzero_tcs_helper.c2 * Automated Testing Framework (atf)
30 #include <atf-c.h>
H A Dconfig.hpp2 // Automated Testing Framework (atf)
33 #include "atf-c++/tests.hpp"
35 namespace atf { namespace
56 atf::tests::vars_map merge_configs(const atf::tests::vars_map&,
57 const atf::tests::vars_map&);
58 atf::tests::vars_map read_config_files(const std::string&);
61 } // namespace atf
H A Dfs_test.cpp2 // Automated Testing Framework (atf)
38 #include "atf-c++/macros.hpp"
40 #include "atf-c++/detail/exceptions.hpp"
41 #include "atf-c++/detail/fs.hpp"
69 using atf::atf_run::temp_dir;
71 atf::fs::path t1("non-existent");
72 atf::fs::path t2("non-existent");
75 atf::fs::path tmpl("testdir.XXXXXX");
83 ATF_REQUIRE(!atf::fs::exists(tmpl));
84 ATF_REQUIRE( atf
[all...]
H A Datffile.hpp2 // Automated Testing Framework (atf)
36 #include "atf-c++/tests.hpp"
38 #include "atf-c++/detail/fs.hpp"
40 namespace atf { namespace
72 atf::tests::vars_map m_conf;
74 atf::tests::vars_map m_props;
77 atffile(const atf::tests::vars_map&,
79 const atf::tests::vars_map&);
81 const atf::tests::vars_map& conf(void) const;
83 const atf
[all...]
/bind-9.6-ESV-R11/unit/atf-src/
H A Datf-c.h2 * Automated Testing Framework (atf)
33 #include <atf-c/error.h>
34 #include <atf-c/macros.h>
35 #include <atf-c/utils.h>
H A Datf-c++.hpp2 // Automated Testing Framework (atf)
33 #include <atf-c++/macros.hpp>
34 #include <atf-c++/utils.hpp>
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A DMakefile.am.inc2 # Automated Testing Framework (atf)
30 bin_PROGRAMS += atf-report/atf-report
31 atf_report_atf_report_SOURCES = atf-report/atf-report.cpp \
32 atf-report/reader.cpp \
33 atf-report/reader.hpp
35 dist_man_MANS += atf-report/atf-report.1
38 css_DATA = atf
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A DMakefile.am.inc2 # Automated Testing Framework (atf)
34 libatf_c___la_SOURCES = atf-c++/build.cpp \
35 atf-c++/build.hpp \
36 atf-c++/check.cpp \
37 atf-c++/check.hpp \
38 atf-c++/config.cpp \
39 atf-c++/config.hpp \
40 atf-c++/macros.hpp \
41 atf-c++/noncopyable.hpp \
42 atf
[all...]
H A Dcheck.hpp2 // Automated Testing Framework (atf)
34 #include <atf-c/check.h>
42 #include <atf-c++/noncopyable.hpp>
44 namespace atf { namespace
76 friend std::auto_ptr< check_result > exec(const atf::process::argv_array&);
120 const atf::process::argv_array&);
122 const atf::process::argv_array&);
124 const atf::process::argv_array&);
125 std::auto_ptr< check_result > exec(const atf::process::argv_array&);
131 } // namespace atf
[all...]
H A Dmacros_test.cpp2 // Automated Testing Framework (atf)
107 bool condition = atf::text::to_bool(get_config_var("condition"));
121 long v1 = atf::text::to_type< long >(get_config_var("v1"));
122 long v2 = atf::text::to_type< long >(get_config_var("v2"));
295 ATF_REQUIRE(atf::utils::grep_file("^passed", "result"));
296 ATF_REQUIRE(atf::fs::exists(atf::fs::path("before")));
297 ATF_REQUIRE(!atf::fs::exists(atf::fs::path("after")));
309 ATF_REQUIRE(atf
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-config/
H A DMakefile.am.inc2 # Automated Testing Framework (atf)
30 bin_PROGRAMS += atf-config/atf-config
31 atf_config_atf_config_SOURCES = atf-config/atf-config.cpp
33 dist_man_MANS += atf-config/atf-config.1
35 tests_atf_config_DATA = atf-config/Atffile \
36 atf-config/Kyuafile
37 tests_atf_configdir = $(pkgtestsdir)/atf
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A DMakefile.am.inc2 # Automated Testing Framework (atf)
30 libatf_c___la_SOURCES += atf-c++/detail/application.cpp \
31 atf-c++/detail/application.hpp \
32 atf-c++/detail/auto_array.hpp \
33 atf-c++/detail/env.cpp \
34 atf-c++/detail/env.hpp \
35 atf-c++/detail/exceptions.cpp \
36 atf-c++/detail/exceptions.hpp \
37 atf-c++/detail/expand.cpp \
38 atf
[all...]
H A Denv_test.cpp2 // Automated Testing Framework (atf)
45 ATF_REQUIRE(atf::env::has("PATH"));
46 ATF_REQUIRE(!atf::env::get("PATH").empty());
48 ATF_REQUIRE(!atf::env::has("_UNDEFINED_VARIABLE_"));
58 ATF_REQUIRE(atf::env::has("PATH"));
59 const std::string& oldval = atf::env::get("PATH");
60 atf::env::set("PATH", "foo-bar");
61 ATF_REQUIRE(atf::env::get("PATH") != oldval);
62 ATF_REQUIRE_EQ(atf::env::get("PATH"), "foo-bar");
64 ATF_REQUIRE(!atf
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A DMakefile.am.inc2 # Automated Testing Framework (atf)
30 libatf_c_la_SOURCES += atf-c/detail/dynstr.c \
31 atf-c/detail/dynstr.h \
32 atf-c/detail/env.c \
33 atf-c/detail/env.h \
34 atf-c/detail/fs.c \
35 atf-c/detail/fs.h \
36 atf-c/detail/list.c \
37 atf-c/detail/list.h \
38 atf
[all...]
/bind-9.6-ESV-R11/unit/atf-src/doc/
H A DMakefile.am.inc2 # Automated Testing Framework (atf)
30 dist_man_MANS += doc/atf-test-case.4 \
31 doc/atf-test-program.1
35 man_MANS += doc/atf.7
36 CLEANFILES += doc/atf.7
37 EXTRA_DIST += doc/atf.7.in
39 dist_man_MANS += doc/atf-formats.5
41 doc/atf.7: $(srcdir)/doc/atf.7.in
45 <$(srcdir)/doc/atf
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A DMakefile.am.inc2 # Automated Testing Framework (atf)
30 libexec_PROGRAMS += atf-sh/atf-check
31 atf_sh_atf_check_SOURCES = atf-sh/atf-check.cpp
33 dist_man_MANS += atf-sh/atf-check.1
35 bin_PROGRAMS += atf-sh/atf-sh
36 atf_sh_atf_sh_SOURCES = atf
[all...]
H A Dintegration_test.sh2 # Automated Testing Framework (atf)
31 echo '#! /usr/bin/env atf-sh' >"${1}"
40 atf-sh: ERROR: No test program provided
41 atf-sh: Type \`atf-sh -h' for more details.
43 atf_check -s eq:1 -o ignore -e file:experr atf-sh
50 atf-sh: ERROR: The test program 'non-existent' does not exist
52 atf_check -s eq:1 -o ignore -e file:experr atf-sh non-existent
81 atf_check -s eq:0 -o file:expout -e empty atf-sh tp ' hello bye ' 'foo bar'
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A DMakefile.am.inc2 # Automated Testing Framework (atf)
31 libatf_c_la_SOURCES = atf-c/build.c \
32 atf-c/build.h \
33 atf-c/check.c \
34 atf-c/check.h \
35 atf-c/config.c \
36 atf-c/config.h \
37 atf-c/error.c \
38 atf-c/error.h \
39 atf
[all...]
H A Datf_c_test.c2 * Automated Testing Framework (atf)
30 #include <atf-c.h>
38 HEADER_TC(include, "atf-c.h");
/bind-9.6-ESV-R11/unit/atf-src/atf-version/
H A DMakefile.am.inc2 # Automated Testing Framework (atf)
30 bin_PROGRAMS += atf-version/atf-version
31 atf_version_atf_version_SOURCES = atf-version/atf-version.cpp
32 nodist_atf_version_atf_version_SOURCES = atf-version/revision.h
35 dist_man_MANS += atf-version/atf-version.1
37 EXTRA_DIST += atf-version/generate-revision.sh
39 BUILT_SOURCES += atf
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-run/sample/
H A Dcommon.conf1 Content-Type: application/X-atf-config; version="1"
/bind-9.6-ESV-R11/unit/
H A Dunittest.sh.in26 atf-run > atf.out
30 atf-report < atf.out | cat
34 rm -f atf.out

Completed in 22 milliseconds

1234567