/freebsd/lib/atf/libatf-c++/ |
H A D | Makefile | 40 ATF= ${SRCTOP}/contrib/atf macro 41 .PATH: ${ATF} 42 .PATH: ${ATF}/atf-c++ 43 .PATH: ${ATF}/atf-c++/detail 45 CFLAGS+= -I${ATF}
|
/freebsd/contrib/atf/ |
H A D | README.md | 1 # 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
|
H A D | README | 8 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.
|
H A D | NEWS | 28 manual pages shipped by ATF. 36 any stale files left behind by ATF will be automatically cleaned up. 102 backwards compatibility between the ATF libraries and what the old tools 185 deprecated ATF tools, whose build is now disabled by default. In order 210 Monotone repository) to Google Code (standard wiki and Git). ATF now 237 in configure scripts and detecting the presence of any of the ATF 286 modular and reliable replacement for ATF. From now on, ATF will change to 287 accomodate the transition to this new codebase, but ATF will still continue 294 new package that aims to replace atf-run and atf-report. The ATF tests 297 available during the configuration stage of ATF). [all …]
|
/freebsd/lib/atf/libatf-c/tests/ |
H A D | Makefile | 7 ATF= ${SRCTOP}/contrib/atf macro 8 .PATH: ${ATF}/atf-c 9 .PATH: ${ATF}/atf-c/detail 12 CFLAGS+= -I${ATF}
|
/freebsd/lib/atf/libatf-c++/tests/ |
H A D | Makefile | 7 ATF= ${SRCTOP}/contrib/atf macro 8 .PATH: ${ATF}/atf-c++ 9 .PATH: ${ATF}/atf-c++/detail 15 CFLAGS+= -I${ATF}
|
/freebsd/lib/atf/libatf-c/ |
H A D | Makefile | 35 ATF= ${SRCTOP}/contrib/atf macro 36 .PATH: ${ATF} 37 .PATH: ${ATF}/atf-c 38 .PATH: ${ATF}/atf-c/detail 40 CFLAGS+= -I${ATF}
|
/freebsd/share/doc/atf/ |
H A D | Makefile | 27 ATF= ${SRCTOP}/contrib/atf macro 28 .PATH: ${ATF} ${ATF}/doc
|
/freebsd/libexec/atf/atf-check/ |
H A D | Makefile | 30 ATF= ${SRCTOP}/contrib/atf macro 31 .PATH: ${ATF}/atf-sh 38 CFLAGS+= -I${ATF}
|
/freebsd/lib/atf/tests/test-programs/ |
H A D | Makefile | 7 ATF= ${SRCTOP}/contrib/atf macro 8 .PATH: ${ATF}/test-programs 10 CFLAGS+= -I${ATF}
|
/freebsd/lib/atf/libatf-c++/tests/detail/ |
H A D | Makefile | 5 ATF= ${SRCTOP}/contrib/atf 6 .PATH: ${ATF}/atf-c++/detail 10 CFLAGS+= -I${ATF}
|
/freebsd/lib/atf/libatf-c/tests/detail/ |
H A D | Makefile | 5 ATF= ${SRCTOP}/contrib/atf macro 6 .PATH: ${ATF}/atf-c/detail 9 CFLAGS+= -I${ATF}
|
/freebsd/share/man/man7/ |
H A D | Makefile | 54 ATF= ${SRCTOP}/contrib/atf macro 55 .PATH: ${ATF}/doc 61 <"${ATF}/doc/atf.7.in" >atf.7
|
/freebsd/libexec/atf/atf-sh/ |
H A D | Makefile | 30 ATF= ${SRCTOP}/contrib/atf macro 31 .PATH: ${ATF}/atf-sh 66 CFLAGS+= -I${ATF}
|
/freebsd/libexec/atf/atf-check/tests/ |
H A D | Makefile | 1 ATF= ${SRCTOP}/contrib/atf macro 2 .PATH: ${ATF}/atf-sh
|
/freebsd/contrib/lutok/ |
H A D | INSTALL | 41 * 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/lib/atf/ |
H A D | common.mk | 5 .if !defined(ATF) 16 @grep 'define VERSION' ${ATF}/config.h \
|
/freebsd/share/man/man1/ |
H A D | Makefile | 6 ATF= ${SRCTOP}/contrib/atf macro 7 .PATH: ${ATF}/doc
|
/freebsd/libexec/atf/atf-sh/tests/ |
H A D | Makefile | 3 ATF= ${SRCTOP}/contrib/atf macro 4 .PATH: ${ATF}/atf-sh
|
/freebsd/contrib/kyua/ |
H A D | README.md | 19 [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/).
|
H A D | INSTALL.md | 40 * 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/contrib/netbsd-tests/lib/libc/db/ |
H A D | t_db_hash_seq.c | 45 #define ATF macro 66 #ifdef ATF 282 #ifndef ATF
|
/freebsd/tools/build/options/ |
H A D | WITHOUT_TESTS_SUPPORT | 1 Disable the build of all test-related dependencies, including ATF.
|
H A D | WITHOUT_TESTS | 8 This also disables the build of all test-related dependencies, including ATF.
|
/freebsd/share/examples/tests/tests/atf/ |
H A D | Kyuafile | 42 -- should not do so for ATF test programs. The ATF test cases themselves
|