summaryrefslogtreecommitdiff
path: root/cp/test/Makefile
blob: 4c1d11378326039680f464b43c7e8537477e9438 (plain)
1
2
3
4
5
6
7
8
9
BASE = ../../

ECOS = y

TARGET_PROGRAMS = UnitTestCP
UnitTestCP_SOURCES = test_interf.c test_cp.c test_msg.c
UnitTestCP_MODULES = lib cp/interf cp/msg

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