summaryrefslogtreecommitdiff
path: root/cp/msg/test/Makefile
blob: ee9aafda1e23c716841ae0e9911dc039ab9a0e0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
BASE = ../../../
EXTRA_HOST_CFLAGS+= -DUNIT_TEST -fshort-enums -ggdb3 -O0
EXTRA_TARGET_CFLAGS +=  -DUNIT_TEST -fshort-enums -ggdb3 -O0
# COVERAGE   
# EXTRA_TARGET_CFLAGS += -fprofile-arcs -ftest-coverage

ECOS = y


TARGET_PROGRAMS = test_msg

CONFIG_DEBUG = y

test_msg_SOURCES = test_msg.c test_msg_field.c test_msg_cm_conn_new_req.c test_msg_cm_conn_new_cnf.c test_msg_cm_conn_rel_ind.c test_msg_cm_conn_rel_rsp.c test_msg_cm_conn_mod_cnf.c test_msg_cm_conn_mod_req.c
test_msg_MODULES = lib cp/msg

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