HomeSort by: relevance | last modified time | path
    Searched refs:ATF (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/bsd/libsaslc/dist/test/
Makefile 19 @$(ENV) atf-compile -o $@ $@.sh
26 atf:
29 @echo "* ATF TESTS: *"
32 @$(ENV) atf-run -v test_dir=`pwd` | $(ENV) atf-report
48 tests: build atf valgrind
  /src/tests/lib/libc/db/
t_db_hash_seq.c 45 #define ATF
66 #ifdef ATF
67 #include <atf-c.h>
283 #ifndef ATF
  /src/tests/net/mcast/
mcast.c 58 #ifdef ATF
59 #include <atf-c.h>
409 #ifndef ATF
  /src/tests/usr.bin/xlint/lint1/
check-expect.lua 12 The .exp files are generated on the fly during the ATF tests, see
  /src/share/mk/
bsd.test.mk 52 echo '#! /usr/bin/atf-sh' >${.TARGET}.tmp
84 @{ echo 'Content-Type: application/X-atf-atffile; version="1"'; \
145 # host building a release for the same system). The target runs ATF, which is
163 TESTS_ENV += ATF_PKGDATADIR=${DESTDIR}/usr/share/atf
168 _TESTS_FIFO = ${.OBJDIR}/atf-run.fifo
169 _TESTS_LOG = ${.OBJDIR}/atf-run.log
194 ${TESTS_ENV} ${DESTDIR}/usr/bin/atf-report & \
196 ${TESTS_ENV} ${DESTDIR}/usr/bin/atf-run >>${_TESTS_FIFO} || result=1; \
200 echo "*** The verbatim output of atf-run has been saved to ${_TESTS_LOG}"; \
  /src/external/bsd/kyua-cli/dist/store/
migrate_v1_v2.sql 211 -- Populate metadata overrides from ATF test cases.
220 AND interface = 'atf';
226 AND interface = 'atf';
232 AND interface = 'atf';
238 AND interface = 'atf';
244 AND interface = 'atf';
252 AND interface = 'atf'
263 AND interface = 'atf'
274 AND interface = 'atf'
285 AND interface = 'atf'
    [all...]
  /src/external/mpl/dhcp/dist/
configure 1486 --with-atf=PATH specify location where atf was installed
5617 # Bind Makefile needs to know ATF is not included.
5630 # Check whether --with-atf was given.
5636 DISTCHECK_ATF_CONFIGURE_FLAG="--with-atf=$atf_path"
5640 if test -f $atf_path/lib/pkgconfig/atf-c.pc ; then
5642 elif test -f $atf_path/lib64/pkgconfig/atf-c.pc ; then
5650 if test -f $d/lib/pkgconfig/atf-c.pc ; then
5653 elif test -f $d/lib64/pkgconfig/atf-c.pc ; then
5661 as_fn_error $? "Unable to find atf files in location specified" "$LINENO"
    [all...]

Completed in 36 milliseconds