Home
last modified time | relevance | path

Searched refs:UNIT_TESTS (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/bmake/unit-tests/
H A DMakefile737 UNIT_TESTS:= ${srcdir} macro
738 .PATH: ${UNIT_TESTS}
861 cmp -s ${UNIT_TESTS}/$${test}.exp $${test}.out && continue || \
862 ${DIFF_ECHO} diff ${UNIT_TESTS}/$${test}.exp $${test}.out; \
863 ${TOOL_DIFF} ${DIFF_FLAGS} ${UNIT_TESTS}/$${test}.exp $${test}.out \
874 cmp -s ${UNIT_TESTS}/$${test}.exp $${test}.out \
876 cp $${test}.out ${UNIT_TESTS}/$${test}.exp ; } \
/freebsd/contrib/bmake/unit-tests/
H A DMakefile734 UNIT_TESTS:= ${.PARSEDIR} macro
735 .PATH: ${UNIT_TESTS}
858 cmp -s ${UNIT_TESTS}/$${test}.exp $${test}.out && continue || \
859 ${DIFF_ECHO} diff ${UNIT_TESTS}/$${test}.exp $${test}.out; \
860 ${TOOL_DIFF} ${DIFF_FLAGS} ${UNIT_TESTS}/$${test}.exp $${test}.out \
871 cmp -s ${UNIT_TESTS}/$${test}.exp $${test}.out \
873 cp $${test}.out ${UNIT_TESTS}/$${test}.exp ; } \