summaryrefslogtreecommitdiff
path: root/cesar/cp2
diff options
context:
space:
mode:
authorboure2008-07-17 15:52:58 +0000
committerboure2008-07-17 15:52:58 +0000
commita57ac89dfedbd58bd6384158b9fc5c04b30bdad5 (patch)
treebdcb7bc599da5eab7646ff6e80ec3f74230d04c7 /cesar/cp2
parent5b20487484a03cedf9b0d8263d8633e90838b0a2 (diff)
Modification on tests (in motion)
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2626 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp2')
-rw-r--r--cesar/cp2/cco/bw/test/src/bw_list_alloc_test.c1
-rw-r--r--cesar/cp2/cco/bw/test/src/bw_prio_heap_test.c1
-rw-r--r--cesar/cp2/cco/bw/test/src/bw_test.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/cesar/cp2/cco/bw/test/src/bw_list_alloc_test.c b/cesar/cp2/cco/bw/test/src/bw_list_alloc_test.c
index 309055b6f4..f4feb980d7 100644
--- a/cesar/cp2/cco/bw/test/src/bw_list_alloc_test.c
+++ b/cesar/cp2/cco/bw/test/src/bw_list_alloc_test.c
@@ -97,7 +97,6 @@ main (void)
test_end;
test_result (test);
- HAL_PLATFORM_EXIT (test_nb_failed (test) == 0 ? 0 : 1);
return test_nb_failed (test) == 0 ? 0 : 1;
}
diff --git a/cesar/cp2/cco/bw/test/src/bw_prio_heap_test.c b/cesar/cp2/cco/bw/test/src/bw_prio_heap_test.c
index 76089bcc56..5a1c7cab73 100644
--- a/cesar/cp2/cco/bw/test/src/bw_prio_heap_test.c
+++ b/cesar/cp2/cco/bw/test/src/bw_prio_heap_test.c
@@ -313,7 +313,6 @@ main (void){
test_case_bw_prio_heap_del_conns (test);
test_result (test);
- HAL_PLATFORM_EXIT (test_nb_failed (test) == 0 ? 0 : 1);
return test_nb_failed (test) == 0 ? 0 : 1;
}
diff --git a/cesar/cp2/cco/bw/test/src/bw_test.c b/cesar/cp2/cco/bw/test/src/bw_test.c
index dd9b713758..ed33e161c0 100644
--- a/cesar/cp2/cco/bw/test/src/bw_test.c
+++ b/cesar/cp2/cco/bw/test/src/bw_test.c
@@ -976,7 +976,6 @@ main (void){
}
test_result (test);
- HAL_PLATFORM_EXIT (test_nb_failed (test) == 0 ? 0 : 1);
return test_nb_failed (test) == 0 ? 0 : 1;
}