Lines Matching +full:built +full:- +full:into
13 # Makefiles built into the FreeBSD src tree.
18 # If 'yes', a Kyuafile exists in the source tree and is installed into
22 # programs built by the Makefile and is installed into TESTSDIR. This is the
28 # Per-test program interface definition.
32 #TEST_INTERFACE.<test-program>= interface-name
43 # Per-test program metadata properties as a list of key/value pairs.
45 # These per-test program settings _extend_ the values provided in the
47 #TEST_METADATA.<test-program>+= key="value"
62 echo '-- Automatically generated by bsd.test.mk.'; \
85 # not in the toolchain, and the tests execute code built for the target host.
87 # Due to the dependencies of the binaries built by the source tree and how they
92 @if ! which -s "${KYUA}"; then \
101 @env ${TESTS_ENV:Q} ${KYUA} test -k ${DESTDIR}${TESTSDIR}/Kyuafile
122 @test ! -e ${DESTDIR} || chflags -R 0 "${DESTDIR}"
123 @rm -Rf "${DESTDIR}"