summaryrefslogtreecommitdiff
path: root/cesar/cp/eoc/fsm/test/utest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/eoc/fsm/test/utest/Makefile')
-rw-r--r--cesar/cp/eoc/fsm/test/utest/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/cesar/cp/eoc/fsm/test/utest/Makefile b/cesar/cp/eoc/fsm/test/utest/Makefile
new file mode 100644
index 0000000000..7cf4406e65
--- /dev/null
+++ b/cesar/cp/eoc/fsm/test/utest/Makefile
@@ -0,0 +1,14 @@
+BASE = ../../../../..
+
+INCLUDES = cp/eoc/fsm/test/utest cp/eoc/fsm/test/utest/override
+
+HOST_PROGRAMS = test_fsm
+test_fsm_SOURCES = test_fsm.c fsm_stub.c actions.c
+test_fsm_MODULES = lib lib/scenario cp/eoc/fsm
+test_fsm_CONFIG_MODULES = cp/eoc mac/common
+cp_eoc_fsm_MODULE_SOURCES :=
+
+cp_MODULE_MODULES =
+cp_MODULE_SOURCES = $(if $(filter y,$(CONFIG_TRACE)),trace.c,)
+
+include $(BASE)/common/make/top.mk