summaryrefslogtreecommitdiff
path: root/cesar/cp2/cco/bw/test
diff options
context:
space:
mode:
authorboure2008-05-28 15:25:16 +0000
committerboure2008-05-28 15:25:16 +0000
commitbe27617e39d86e71af8d28ba6175342bf1229fe1 (patch)
tree96fc619ae0b950dd2669aa4adb8f04b394090381 /cesar/cp2/cco/bw/test
parent9f4a9968a6d8e155f7e6c4947ab9d3f7170a390e (diff)
Modification concerning the bw_test.c and the management of the conns
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2128 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp2/cco/bw/test')
-rw-r--r--cesar/cp2/cco/bw/test/Makefile8
-rw-r--r--cesar/cp2/cco/bw/test/src/bw_test.c2
2 files changed, 5 insertions, 5 deletions
diff --git a/cesar/cp2/cco/bw/test/Makefile b/cesar/cp2/cco/bw/test/Makefile
index e66c5106c2..6f228d08bc 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
+bw_prio_heap_test_SOURCES = bw_prio_heap_test.c conn_stub.c
+bw_prio_heap_test_MODULES = lib cp2/cco/bw cp2/conn
-#bw_test_SOURCES = bw_test.c conn_stub.c
-#bw_test_MODULES = lib cp2/cco/bw cp2/conn
+bw_test_SOURCES = bw_test.c conn_stub.c
+bw_test_MODULES = lib cp2/cco/bw cp2/conn
include $(BASE)/common/make/top.mk
diff --git a/cesar/cp2/cco/bw/test/src/bw_test.c b/cesar/cp2/cco/bw/test/src/bw_test.c
index 87c4175f5f..30528b8aa6 100644
--- a/cesar/cp2/cco/bw/test/src/bw_test.c
+++ b/cesar/cp2/cco/bw/test/src/bw_test.c
@@ -38,7 +38,7 @@ test_case_bw_init_new_sched (test_t test)
cp_t cp;
cp_cco_bw_new_sched(&cp);
-
+ cp_cco_bw_alloc_conn(&cp, 8);
test_case_begin(test, "\nInit new schedule");
test_begin(test,"Init new schedule")