OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atf
(Results
1 - 25
of
883
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/bsd/atf/dist/
atf-c.h
2
* Automated Testing Framework (
atf
)
33
#include <
atf
-c/error.h>
34
#include <
atf
-c/macros.h>
35
#include <
atf
-c/utils.h>
atf-c++.hpp
2
// Automated Testing Framework (
atf
)
33
#include <
atf
-c++/macros.hpp>
34
#include <
atf
-c++/utils.hpp>
/src/external/bsd/atf/share/doc/atf/
Makefile
6
.PATH: ${SRCDIR}/
atf
-c
7
.PATH: ${SRCDIR}/
atf
-c++
8
.PATH: ${SRCDIR}/
atf
-sh
13
FILESDIR= /usr/share/doc/reference/ref1/
atf
17
MAN=
atf
.7
atf
-formats.5
atf
-test-case.4
atf
-test-program.1
19
CLEANFILES+=
atf
.7
atf
.7.tm
[
all
...]
/src/external/bsd/kyua-atf-compat/usr.bin/
Makefile
3
SUBDIR=
atf
-report
atf
-run atf2kyua
/src/external/bsd/atf/
Makefile.inc
5
TOPDIR= ${NETBSDSRCDIR}/external/bsd/
atf
8
# Depend on the
atf
-version.txt target to generate a file that contains
9
# the version number of the currently imported
ATF
release and that only
11
atf
-version.txt:
atf
-version-real.txt
12
@cmp -s
atf
-version.txt
atf
-version-real.txt \
13
|| cp
atf
-version-real.txt
atf
-version.txt
14
atf
-version-real.txt: .PHON
[
all
...]
/src/external/bsd/kyua-atf-compat/usr.bin/atf-report/
Makefile
5
FILES=
atf
-report
9
realall:
atf
-report
10
atf
-report:
atf
-report.sh
11
src=
atf
-report.sh dst=
atf
-report; ${BUILD_SCRIPT}
12
CLEANFILES+=
atf
-report
atf
-report.new
14
MAN=
atf
-report.1
/src/external/bsd/kyua-atf-compat/usr.bin/atf-run/
Makefile
5
FILES=
atf
-run
9
realall:
atf
-run
10
atf
-run:
atf
-run.sh
11
src=
atf
-run.sh dst=
atf
-run; ${BUILD_SCRIPT}
12
CLEANFILES+=
atf
-run
atf
-run.new
14
MAN=
atf
-run.1
/src/external/bsd/atf/usr.bin/
Makefile
5
SUBDIR=
atf
-sh
7
SUBDIR+=
atf
-config
atf
-report
atf
-run
atf
-version
/src/external/bsd/atf/dist/tools/sample/
common.conf
1
Content-Type: application/X-
atf
-config; version="1"
/src/external/bsd/atf/etc/atf/
NetBSD.conf
1
Content-Type: application/X-
atf
-config; version="1"
6
# See
atf
-formats(5) for details on the syntax of this file and tests(7) for
common.conf
1
Content-Type: application/X-
atf
-config; version="1"
/src/external/bsd/atf/dist/tools/
zero_tcs_helper.c
2
* Automated Testing Framework (
atf
)
30
#include <
atf
-c.h>
/src/external/bsd/atf/libexec/
Makefile
3
SUBDIR=
atf
-check
/src/external/bsd/atf/share/doc/
Makefile
3
SUBDIR=
atf
/src/external/bsd/atf/share/examples/
Makefile
3
SUBDIR=
atf
/src/external/bsd/atf/share/xml/
Makefile
3
SUBDIR=
atf
/src/external/bsd/atf/share/xsl/
Makefile
3
SUBDIR=
atf
/src/external/bsd/atf/tests/
Makefile
3
SUBDIR=
atf
/src/external/bsd/atf/tests/atf/
Makefile
5
TESTSDIR= ${TESTSBASE}/
atf
7
TESTS_SUBDIRS=
atf
-c \
8
atf
-c++ \
9
atf
-sh \
/src/external/bsd/kyua-atf-compat/share/doc/
Makefile
3
SUBDIR= kyua-
atf
-compat
/src/external/bsd/kyua-atf-compat/tests/
Makefile
3
SUBDIR= kyua-
atf
-compat
/src/external/bsd/atf/dist/atf-c++/detail/
test_helpers.hpp
2
// Automated Testing Framework (
atf
)
69
namespace
atf
{
namespace
77
bool build_check_cxx_o_srcdir(const
atf
::tests::tc&, const char*);
78
atf
::fs::path get_process_helpers_path(const
atf
::tests::tc&, bool);
81
const
atf
::tests::vars_map& m_config;
83
run_h_tc_data(const
atf
::tests::vars_map& config) :
101
run_h_tc(
atf
::tests::vars_map config =
atf
::tests::vars_map())
104
atf
::process::child c = atf::process::fork
[
all
...]
env_test.cpp
2
// 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
::env::has("_UNDEFINED_VARIABLE_"))
[
all
...]
/src/external/bsd/atf/usr.bin/atf-sh/
Makefile
5
.PATH: ${SRCDIR}/
atf
-sh
9
PROG_CXX=
atf
-sh
10
SRCS=
atf
-sh.cpp
11
MAN=
atf
-sh.1
atf
-sh-api.3
22
FILESDIR_libatf-sh.subr= /usr/share/
atf
24
FILES+=
atf
-sh.pc
27
realall:
atf
-sh.pc
28
atf
-sh.pc: Makefile
atf
-sh.pc.in atf-version.tx
[
all
...]
/src/external/bsd/atf/dist/atf-c/
atf_c_test.c
2
* Automated Testing Framework (
atf
)
30
#include <
atf
-c.h>
38
HEADER_TC(include, "
atf
-c.h");
Completed in 44 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sat Feb 28 05:31:39 UTC 2026