]> rtime.felk.cvut.cz Git - frescor/fosa.git/blob - src_marte_os/tests/test_monotonic_cpuclock_consumption/Makefile.omk
Adding a FOSA test to find a bug manifested in Thales demo
[frescor/fosa.git] / src_marte_os / tests / test_monotonic_cpuclock_consumption / Makefile.omk
1 test_PROGRAMS:=$(basename $(notdir $(wildcard $(SOURCES_DIR)/*.c)))
2
3 $(foreach t,$(test_PROGRAMS),\
4 $(eval $(t)_SOURCES = $(t).c)\
5 $(eval $(t)_LIBS = fosa m)\
6 )
7
8