Home
last modified time | relevance | path

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

/mcuboot-latest/ext/tinycrypt/tests/
DMakefile15 TEST_DEPS:=$(TEST_SOURCE:.c=.d) macro
22 -$(RM) $(TEST_BINARY) $(TEST_OBJECTS) $(TEST_DEPS)
67 -include $(TEST_DEPS)
/mcuboot-latest/sim/tests/
Dcore.rs91 for dep in TEST_DEPS {
99 pub static TEST_DEPS: &[DepTest] = &[ variable