Home
last modified time | relevance | path

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

/external/syslinux/core/
DMakefile70 UNITTEST_CSRC = $(shell find $(SRC) -path '*/tests/*.c' -print) macro
71 UNITTEST_OBJS = $(subst $(SRC)/,,$(UNITTEST_CSRC:%.c=%.o))