]> rtime.felk.cvut.cz Git - frescor/fosa.git/blobdiff - 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
diff --git a/src_marte_os/tests/test_monotonic_cpuclock_consumption/Makefile.omk b/src_marte_os/tests/test_monotonic_cpuclock_consumption/Makefile.omk
new file mode 100644 (file)
index 0000000..a02e70f
--- /dev/null
@@ -0,0 +1,8 @@
+test_PROGRAMS:=$(basename $(notdir $(wildcard $(SOURCES_DIR)/*.c)))
+
+$(foreach t,$(test_PROGRAMS),\
+$(eval $(t)_SOURCES = $(t).c)\
+$(eval $(t)_LIBS = fosa m)\
+)
+
+