Home | History | Annotate | Download | only in vboot_reference

Lines Matching refs:TEST_BINS

740 TEST_BINS = $(addprefix ${BUILD}/,${TEST_NAMES})
741 TEST_OBJS += $(addsuffix .o,${TEST_BINS})
1067 tests: ${TEST_BINS}
1069 ${TEST_BINS}: ${UTILLIB} ${TESTLIB}
1070 ${TEST_BINS}: INCLUDES += -Itests
1071 ${TEST_BINS}: LIBS = ${TESTLIB} ${UTILLIB}