Searched refs:TEST_BINS (Results 1 – 2 of 2) sorted by relevance
8 TEST_BINS = \ macro39 set -e; for i in $(TEST_BINS); do \
740 TEST_BINS = $(addprefix ${BUILD}/,${TEST_NAMES}) macro741 TEST_OBJS += $(addsuffix .o,${TEST_BINS})1067 tests: ${TEST_BINS}1069 ${TEST_BINS}: ${UTILLIB} ${TESTLIB}1070 ${TEST_BINS}: INCLUDES += -Itests1071 ${TEST_BINS}: LIBS = ${TESTLIB} ${UTILLIB}