Home
last modified time | relevance | path

Searched refs:TEST_MAKE (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.bin/bmake/
H A DMakefile148 TEST_MAKE ?= ${.OBJDIR}/${PROG:T} macro
151 MAKEFLAGS= ${TEST_MAKE} -r -m / ${.TARGET} ${TESTS:DTESTS=${TESTS:Q}}
/freebsd/contrib/bmake/
H A DMakefile216 TEST_MAKE ?= ${.OBJDIR}/${PROG:T} macro
219 MAKEFLAGS= ${TEST_MAKE} -r -m / ${.TARGET} ${TESTS:DTESTS=${TESTS:Q}}
H A Dboot-strap449 Bmake test TEST_MAKE=$objdir/bmake "$@" || exit 1
H A DChangeLog315 * boot-strap op_test: ensure we set TEST_MAKE as we want it.
1951 o ensure unit-test/Makefile is run by TEST_MAKE
4237 ${TEST_MAKE} to be from 'make'.
/freebsd/usr.bin/bmake/unit-tests/
H A DMakefile757 TEST_MAKE?= ${.MAKE} macro
802 ${TEST_MAKE} \
879 .if exists(${TEST_MAKE})
880 ${TESTS:=.rawout}: ${TEST_MAKE}
/freebsd/contrib/bmake/unit-tests/
H A DMakefile754 TEST_MAKE?= ${.MAKE} macro
799 ${TEST_MAKE} \
876 .if exists(${TEST_MAKE})
877 ${TESTS:=.rawout}: ${TEST_MAKE}