Home
last modified time | relevance | path

Searched refs:ATF (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-13-stable/lib/atf/libatf-c++/
DMakefile40 ATF= ${SRCTOP}/contrib/atf macro
41 .PATH: ${ATF}
42 .PATH: ${ATF}/atf-c++
43 .PATH: ${ATF}/atf-c++/detail
45 CFLAGS+= -I${ATF}
/freebsd-13-stable/contrib/atf/
HDREADME.md1 # Welcome to the ATF project!
3 ATF, or Automated Testing Framework, is a **collection of libraries** to
6 The ATF libraries offer a simple API. The API is orthogonal through the
10 ATF-based test programs offer a **consistent end-user command-line
13 ATF-based test programs **rely on an execution engine** to be run and
14 this execution engine is *not* shipped with ATF.
36 Should you want to build and install ATF from the source tree provided
HDREADME8 The Automated Testing Framework (ATF) is a collection of libraries to
9 implement test programs in a variety of languages. At the moment, ATF
14 ATF-based test programs rely on a separate runtime engine to execute them.
31 things that are specific to ATF's build.
/freebsd-13-stable/lib/atf/libatf-c/tests/
HDMakefile8 ATF= ${SRCTOP}/contrib/atf macro
9 .PATH: ${ATF}/atf-c
10 .PATH: ${ATF}/atf-c/detail
13 CFLAGS+= -I${ATF}
/freebsd-13-stable/lib/atf/libatf-c++/tests/
DMakefile8 ATF= ${SRCTOP}/contrib/atf macro
9 .PATH: ${ATF}/atf-c++
10 .PATH: ${ATF}/atf-c++/detail
16 CFLAGS+= -I${ATF}
/freebsd-13-stable/share/doc/atf/
HDMakefile27 ATF= ${SRCTOP}/contrib/atf macro
28 .PATH: ${ATF} ${ATF}/doc
/freebsd-13-stable/lib/atf/libatf-c/
HDMakefile35 ATF= ${SRCTOP}/contrib/atf macro
36 .PATH: ${ATF}
37 .PATH: ${ATF}/atf-c
38 .PATH: ${ATF}/atf-c/detail
40 CFLAGS+= -I${ATF}
/freebsd-13-stable/libexec/atf/atf-check/
HDMakefile30 ATF= ${SRCTOP}/contrib/atf macro
31 .PATH: ${ATF}/atf-sh
38 CFLAGS+= -I${ATF}
/freebsd-13-stable/lib/atf/tests/test-programs/
HDMakefile8 ATF= ${SRCTOP}/contrib/atf macro
9 .PATH: ${ATF}/test-programs
11 CFLAGS+= -I${ATF}
/freebsd-13-stable/lib/atf/libatf-c++/tests/detail/
DMakefile6 ATF= ${SRCTOP}/contrib/atf
7 .PATH: ${ATF}/atf-c++/detail
11 CFLAGS+= -I${ATF}
/freebsd-13-stable/lib/atf/libatf-c/tests/detail/
HDMakefile6 ATF= ${SRCTOP}/contrib/atf macro
7 .PATH: ${ATF}/atf-c/detail
10 CFLAGS+= -I${ATF}
/freebsd-13-stable/share/man/man7/
HDMakefile45 ATF= ${SRCTOP}/contrib/atf macro
46 .PATH: ${ATF}/doc
52 <"${ATF}/doc/atf.7.in" >atf.7
/freebsd-13-stable/libexec/atf/atf-sh/
HDMakefile30 ATF= ${SRCTOP}/contrib/atf macro
31 .PATH: ${ATF}/atf-sh
66 CFLAGS+= -I${ATF}
/freebsd-13-stable/libexec/atf/atf-check/tests/
HDMakefile2 ATF= ${SRCTOP}/contrib/atf macro
3 .PATH: ${ATF}/atf-sh
/freebsd-13-stable/contrib/lutok/
HDINSTALL41 * ATF 0.15 or greater.
65 If ATF is installed in a different prefix than Autoconf, you will also
66 need to tell autoreconf where the ATF M4 macros are located. Otherwise,
134 Enables usage of ATF to build (and later install) the tests.
136 Setting this to 'yes' causes the configure script to look for ATF
138 configure perform the best decision based on availability of ATF.
139 Setting this to 'no' explicitly disables ATF usage.
171 sources with support for ATF), you should periodically run the tests
/freebsd-13-stable/lib/atf/
HDcommon.mk5 .if !defined(ATF)
16 @grep 'define VERSION' ${ATF}/config.h \
/freebsd-13-stable/share/man/man1/
HDMakefile8 ATF= ${SRCTOP}/contrib/atf macro
9 .PATH: ${ATF}/doc
/freebsd-13-stable/libexec/atf/atf-sh/tests/
HDMakefile4 ATF= ${SRCTOP}/contrib/atf macro
5 .PATH: ${ATF}/atf-sh
/freebsd-13-stable/contrib/kyua/
HDREADME.md19 [ATF](https://github.com/jmmv/atf/), for which Kyua was originally
61 You should also install the ATF libraries to assist in the development of
63 [ATF project page](https://github.com/jmmv/atf/).
HDINSTALL.md40 * The Automated Testing Framework (ATF), version 0.15 or greater. This
65 If ATF is installed in a different prefix than Autoconf, you will also
66 need to tell autoreconf where the ATF M4 macros are located. Otherwise,
200 Enables usage of ATF to build (and later install) the tests.
202 Setting this to `yes` causes the configure script to look for ATF
204 configure perform the best decision based on availability of ATF.
205 Setting this to `no` explicitly disables ATF usage.
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/db/
HDt_db_hash_seq.c45 #define ATF macro
66 #ifdef ATF
282 #ifndef ATF
/freebsd-13-stable/tools/build/options/
HDWITHOUT_TESTS_SUPPORT1 Disable the build of all test-related dependencies, including ATF.
HDWITHOUT_TESTS8 This also disables the build of all test-related dependencies, including ATF.
/freebsd-13-stable/share/examples/tests/tests/atf/
HDKyuafile42 -- should not do so for ATF test programs. The ATF test cases themselves
/freebsd-13-stable/cddl/usr.sbin/dtrace/tests/tools/
HDgentest.sh5 Generate ATF test cases from a set of DTrace tests.

12