summaryrefslogtreecommitdiff
path: root/cesar/cp2/cco/bw/test/Makefile
blob: 5181af5094d294bb82d4a5790a3147e64528ac7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
BASE =  ../../../..

COV=y
ECOS=y
INCLUDES = cp2/cco/bw/test/overide/

TARGET_PROGRAMS = schedules bw_prio_heap_test bw_test

schedules_SOURCES = bw_list_alloc_test.c pwl_stub.c msg_stub.c fsm_stub.c cl_stub.c 
schedules_MODULES = lib cp2/cco/bw cp2/conn mac/common cp2/sta/mgr 
 
bw_prio_heap_test_SOURCES = bw_prio_heap_test.c pwl_stub.c msg_stub.c fsm_stub.c cl_stub.c
bw_prio_heap_test_MODULES = lib cp2/cco/bw cp2/conn mac/common cp2/sta/mgr

bw_test_SOURCES = bw_test.c pwl_stub.c msg_stub.c fsm_stub.c cl_stub.c
bw_test_MODULES = lib cp2/cco/bw cp2/conn mac/common cp2/sta/mgr

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