Home
last modified time | relevance | path

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

/freebsd/usr.bin/bmake/
H A DMakefile178 TEST_MAKE?= ${.OBJDIR}/${PROG:T} macro
181 MAKEFLAGS= ${TEST_MAKE} -r -m / ${.TARGET} ${TESTS:DTESTS=${TESTS:Q}}
/freebsd/usr.bin/bmake/unit-tests/
H A DMakefile807 TEST_MAKE?= ${.MAKE} macro
808 .if ${TEST_MAKE:M/*} == ""
811 test -x $$d/${TEST_MAKE} || continue; \
812 echo $$d/${TEST_MAKE}; break; done
814 TEST_MAKE:= ${tm} macro
863 ${TEST_MAKE} \
955 .if exists(${TEST_MAKE})
956 ${TESTS:=.rawout}: ${TEST_MAKE}
/freebsd/contrib/bmake/unit-tests/
H A DMakefile804 TEST_MAKE?= ${.MAKE} macro
805 .if ${TEST_MAKE:M/*} == ""
808 test -x $$d/${TEST_MAKE} || continue; \
809 echo $$d/${TEST_MAKE}; break; done
811 TEST_MAKE:= ${tm} macro
860 ${TEST_MAKE} \
952 .if exists(${TEST_MAKE})
953 ${TESTS:=.rawout}: ${TEST_MAKE}
/freebsd/contrib/bmake/
H A DMakefile252 TEST_MAKE ?= ${.OBJDIR}/${PROG:T} macro
255 MAKEFLAGS= ${TEST_MAKE} -r -m / ${.TARGET} ${TESTS:DTESTS=${TESTS:Q}}
H A Dboot-strap464 Bmake test TEST_MAKE=$objdir/bmake "$@" || exit 1
H A DChangeLog32 o unit-tests ensure TEST_MAKE is absolute path
923 * boot-strap op_test: ensure we set TEST_MAKE as we want it.
2559 o ensure unit-test/Makefile is run by TEST_MAKE
4845 ${TEST_MAKE} to be from 'make'.