Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/firmware_VbootCrypto/src/
DMakefile8 TEST_BINS = \ macro
39 set -e; for i in $(TEST_BINS); do \
/external/vboot_reference/
DMakefile740 TEST_BINS = $(addprefix ${BUILD}/,${TEST_NAMES}) macro
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}