default_CONFIG = CONFIG_FOSA_MARTE_TEST_$(notdir $(SOURCES_DIR))=y ifeq ($(CONFIG_FRSH_TEST_$(notdir $(SOURCES_DIR))),y) test_PROGRAMS:=$(basename $(notdir $(wildcard $(SOURCES_DIR)/*.c))) $(foreach t,$(test_PROGRAMS),\ $(eval $(t)_SOURCES = $(t).c)\ $(eval $(t)_LIBS = fosa m)\ ) endif