summaryrefslogtreecommitdiff
path: root/cesar/test_general/station/scenario/Makefile
blob: 975d2af0ade2ba124e62b6f978f66fcd24768c39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
BASE = ../../..
ECOS = y

TARGET_PROGRAMS= test_scenario

test_scenario_SOURCES =
test_scenario_MODULES = lib mac/common mac cl hle interface cp hal station \
			host cp/av bsu \
			test_general/station/fcall \
			test_general/station/common ce/stub

include $(BASE)/common/make/top.mk

testbook: py/sc01_assoc_auth.py py/sc02_stas_communication.py \
	py/sc03_two_avln_coexisting.py py/sc04_cc_whoru.py \
	py/sc05_cc_leave.py py/sc06_discover_procedure.py \
	py/sc07_bridge.py py/sc08_bentry_change.py \
	py/sc09_simple_connect.py py/sc10_short_messages.py \
	py/sc11_cm_nw_info.py \
	py/sc13_data_rate.py py/sc14_igmp.py py/sc15_change_nmk.py
	python testbook.py $^ > $@.rst

CLEAN_FILES += testbook.rst

$(call src2obj,src/region_stub.c,target): $(BASE)/cp/fsm/fsm.h