summaryrefslogtreecommitdiff
path: root/cesar/cp2/cco/bw/test/Makefile
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/Makefile
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/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 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