summaryrefslogtreecommitdiff
path: root/cesar/test_general/station
diff options
context:
space:
mode:
authorThierry Carré2012-09-23 15:01:16 +0200
committerThierry Carré2013-01-31 15:04:46 +0100
commit22f4c42bbc688a95158d5d69205af2452815baaa (patch)
tree8c5648059bde36f499b807d91f34ec4eb09662a4 /cesar/test_general/station
parentbdd25143e96323f4262ac4f900547646764752d7 (diff)
cesar/test_general: add maximus dependence to tests
Add maximus dependence to avoid to enter many lines to run this tests.
Diffstat (limited to 'cesar/test_general/station')
-rw-r--r--cesar/test_general/station/compliance/Makefile6
-rw-r--r--cesar/test_general/station/maximus/Makefile5
2 files changed, 11 insertions, 0 deletions
diff --git a/cesar/test_general/station/compliance/Makefile b/cesar/test_general/station/compliance/Makefile
index 5cdeb48d0c..82133ab27d 100644
--- a/cesar/test_general/station/compliance/Makefile
+++ b/cesar/test_general/station/compliance/Makefile
@@ -10,3 +10,9 @@ station_MODULES = lib mac/common mac cl interface cp hal station \
test_general/station/common
include $(BASE)/common/make/top.mk
+
+all: maximus
+
+maximus:
+ $(MAKE) -C $(BASE)/maximus/python
+
diff --git a/cesar/test_general/station/maximus/Makefile b/cesar/test_general/station/maximus/Makefile
index 363a11ed78..a9b8987dc3 100644
--- a/cesar/test_general/station/maximus/Makefile
+++ b/cesar/test_general/station/maximus/Makefile
@@ -14,4 +14,9 @@ sta_maximus_MODULES = lib mac/common mac cl interface cp hal station host \
include $(BASE)/common/make/top.mk
+all: maximus
+
+maximus:
+ $(MAKE) -C $(BASE)/maximus/python
+
$(call src2obj,src/region_stub.c,target): $(BASE)/cp/fsm/fsm.h