Searched refs:UNITTEST_CSRC (Results 1 – 1 of 1) sorted by relevance
70 UNITTEST_CSRC = $(shell find $(SRC) -path '*/tests/*.c' -print) macro71 UNITTEST_OBJS = $(subst $(SRC)/,,$(UNITTEST_CSRC:%.c=%.o))