summaryrefslogtreecommitdiff
path: root/cesar/cp2/cco/bw/test/Makefile
diff options
context:
space:
mode:
authorboure2008-06-17 16:00:42 +0000
committerboure2008-06-17 16:00:42 +0000
commita8f85f4147ecae45fda6fe695105b3e52d6a681b (patch)
treeb60f4d7483549608800f74b5a8ccb4642a1dbf87 /cesar/cp2/cco/bw/test/Makefile
parentd1232e983eb3836992f6eda1fedb36fd9886f579 (diff)
scheduling function implemented tests in motion
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2361 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp2/cco/bw/test/Makefile')
-rw-r--r--cesar/cp2/cco/bw/test/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/cesar/cp2/cco/bw/test/Makefile b/cesar/cp2/cco/bw/test/Makefile
index e29f428d7b..ce2a6cb277 100644
--- a/cesar/cp2/cco/bw/test/Makefile
+++ b/cesar/cp2/cco/bw/test/Makefile
@@ -7,10 +7,10 @@ TARGET_PROGRAMS = schedules bw_prio_heap_test bw_test
schedules_SOURCES = bw_list_alloc_test.c
schedules_MODULES = lib cp2/cco/bw
-bw_prio_heap_test_SOURCES = bw_prio_heap_test.c
-bw_prio_heap_test_MODULES = lib cp2/cco/bw cp2/conn
+bw_prio_heap_test_SOURCES = bw_prio_heap_test.c msg_stub.c
+bw_prio_heap_test_MODULES = lib cp2/cco/bw cp2/conn cp2/sta/mgr cl
-bw_test_SOURCES = bw_test.c
-bw_test_MODULES = lib cp2/cco/bw cp2/conn
+bw_test_SOURCES = bw_test.c msg_stub.c
+bw_test_MODULES = lib cp2/cco/bw cp2/conn cp2/sta/mgr cl
include $(BASE)/common/make/top.mk