summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/bitloading/test/fsm-Makefile
diff options
context:
space:
mode:
authordufour2010-04-06 11:10:23 +0000
committerdufour2010-04-06 11:10:23 +0000
commit598d8c66f2ee75a91acba5ae441b7082d3a4445d (patch)
tree30d9d82a0d511a45fd9950a27e416d70af043b88 /cesar/ce/rx/bitloading/test/fsm-Makefile
parentea35ceec611c968bc3ed8104885143eab966a3a6 (diff)
cesar/ce/rx/bl: add some tests for the FSM with the scenario module
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6875 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/ce/rx/bitloading/test/fsm-Makefile')
-rw-r--r--cesar/ce/rx/bitloading/test/fsm-Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/cesar/ce/rx/bitloading/test/fsm-Makefile b/cesar/ce/rx/bitloading/test/fsm-Makefile
new file mode 100644
index 0000000000..2e9b17e305
--- /dev/null
+++ b/cesar/ce/rx/bitloading/test/fsm-Makefile
@@ -0,0 +1,21 @@
+# Variant is host.
+VARIANT = host
+
+# Include common defines.
+include common-define.mk
+
+# List of program to build.
+HOST_PROGRAMS = test_ce_fsm
+
+test_ce_fsm_SOURCES = scenario_actions.c test_fsm.c scenario_events.c
+test_ce_fsm_MODULES = $(ce_rx_bl_modules_common) lib/scenario
+
+ce_rx_bitloading_MODULE_SOURCES = transition.c
+
+INCLUDES = ce/rx/bitloading/test
+
+# Include base makefile.
+include $(BASE)/common/make/top.mk
+
+# Include some additional rules.
+include common-rule.mk