OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEST_BINS
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/site_tests/firmware_VbootCrypto/src/
Makefile
8
TEST_BINS
= \
39
set -e; for i in $(
TEST_BINS
); do \
/external/vboot_reference/
Makefile
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}
[
all
...]
Completed in 1321 milliseconds