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

1234567

/freebsd-10.0-release/contrib/atf/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
/freebsd-10.0-release/contrib/atf/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...]
/freebsd-10.0-release/contrib/atf/
H A Datf-c.h2 * Automated Testing Framework (atf)
33 #include <atf-c/error.h>
34 #include <atf-c/macros.h>
H A Datf-c++.hpp2 // Automated Testing Framework (atf)
33 #include <atf-c++/macros.hpp>
/freebsd-10.0-release/contrib/atf/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...]
/freebsd-10.0-release/contrib/atf/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++/tests.cpp \
42 atf
[all...]
H A Dcheck.hpp2 // Automated Testing Framework (atf)
34 #include <atf-c/check.h>
42 #include <atf-c++/utils.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...]
/freebsd-10.0-release/contrib/atf/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...]
/freebsd-10.0-release/contrib/atf/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/env.cpp \
33 atf-c++/detail/env.hpp \
34 atf-c++/detail/exceptions.cpp \
35 atf-c++/detail/exceptions.hpp \
36 atf-c++/detail/expand.cpp \
37 atf-c++/detail/expand.hpp \
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...]
/freebsd-10.0-release/contrib/atf/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...]
/freebsd-10.0-release/contrib/atf/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'
/freebsd-10.0-release/contrib/atf/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");
/freebsd-10.0-release/contrib/atf/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...]
/freebsd-10.0-release/contrib/atf/atf-run/sample/
H A Dcommon.conf1 Content-Type: application/X-atf-config; version="1"
/freebsd-10.0-release/libexec/atf/
H A DMakefile28 SUBDIR= atf-check
/freebsd-10.0-release/usr.bin/atf/
H A DMakefile28 SUBDIR= atf-sh
/freebsd-10.0-release/libexec/atf/atf-check/
H A DMakefile30 .PATH: ${ATF}/atf-sh
33 PROG_CXX= atf-check
34 SRCS= atf-check.cpp
35 MAN= atf-check.1
41 LDFLAGS+= -L${.OBJDIR}/../../../lib/atf/libatf-c++
42 LDFLAGS+= -L${.OBJDIR}/../../../lib/atf/libatf-c
/freebsd-10.0-release/usr.bin/atf/atf-sh/
H A DMakefile30 .PATH: ${ATF}/atf-sh
32 PROG_CXX= atf-sh
33 SRCS= atf-sh.cpp
34 MAN= atf-sh.1 atf-sh-api.3
44 SUBRDIR= ${SHAREDIR}/atf

Completed in 303 milliseconds

1234567