Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.bin/bmake/unit-tests/
HDMakefile715 UNIT_TESTS:= ${srcdir} macro
716 .PATH: ${UNIT_TESTS}
840 cmp -s ${UNIT_TESTS}/$${test}.exp $${test}.out && continue || \
841 ${DIFF_ECHO} diff ${UNIT_TESTS}/$${test}.exp $${test}.out; \
842 ${TOOL_DIFF} ${DIFF_FLAGS} ${UNIT_TESTS}/$${test}.exp $${test}.out \
853 cmp -s ${UNIT_TESTS}/$${test}.exp $${test}.out \
855 cp $${test}.out ${UNIT_TESTS}/$${test}.exp ; } \
/freebsd-14-stable/contrib/bmake/unit-tests/
HDMakefile712 UNIT_TESTS:= ${.PARSEDIR} macro
713 .PATH: ${UNIT_TESTS}
837 cmp -s ${UNIT_TESTS}/$${test}.exp $${test}.out && continue || \
838 ${DIFF_ECHO} diff ${UNIT_TESTS}/$${test}.exp $${test}.out; \
839 ${TOOL_DIFF} ${DIFF_FLAGS} ${UNIT_TESTS}/$${test}.exp $${test}.out \
850 cmp -s ${UNIT_TESTS}/$${test}.exp $${test}.out \
852 cp $${test}.out ${UNIT_TESTS}/$${test}.exp ; } \