summaryrefslogtreecommitdiff
path: root/cp
diff options
context:
space:
mode:
authorGuillaume2007-09-04 13:44:42 +0000
committerGuillaume2007-09-04 13:44:42 +0000
commit430aa497d8e5c2b5566ea86c643973c4e6d148b5 (patch)
tree6b3efe294e5dd12e0c750ebe19ce7d4ad350b2e3 /cp
parent884d3bc9298454f12a0d0d79f9c8ea2faf04e768 (diff)
unit tests makefile : work in progress
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@656 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cp')
-rw-r--r--cp/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cp/test/Makefile b/cp/test/Makefile
index 4c1d113783..758d773f6e 100644
--- a/cp/test/Makefile
+++ b/cp/test/Makefile
@@ -4,6 +4,6 @@ ECOS = y
TARGET_PROGRAMS = UnitTestCP
UnitTestCP_SOURCES = test_interf.c test_cp.c test_msg.c
-UnitTestCP_MODULES = lib cp/interf cp/msg
+UnitTestCP_MODULES = lib cp/interf cp/msg cp/station
include $(BASE)/common/make/top.mk