* tests/unit_test/disabled_tests:
Add scribo/primitive/link/compute_several.hh and
scribo/primitive/link/internal/find_several_links.hh, as they
do not pass the unit tests.
* tests/unit_test/unit-tests.mk: Regen.
---
scribo/ChangeLog | 10 ++++++++++
scribo/tests/unit_test/disabled_tests | 3 +++
scribo/tests/unit_test/unit-tests.mk | 8 +-------
3 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index af5c670..824951c 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,5 +1,15 @@
2010-04-21 Roland Levillain <roland(a)lrde.epita.fr>
+ Have Scribo's unit tests pass.
+
+ * tests/unit_test/disabled_tests:
+ Add scribo/primitive/link/compute_several.hh and
+ scribo/primitive/link/internal/find_several_links.hh, as they
+ do not pass the unit tests.
+ * tests/unit_test/unit-tests.mk: Regen.
+
+2010-04-21 Roland Levillain <roland(a)lrde.epita.fr>
+
Update Scribo's unit tests generator.
* tests/unit_test/build_unit_test.sh: Catch up with Milena's
diff --git a/scribo/tests/unit_test/disabled_tests
b/scribo/tests/unit_test/disabled_tests
index 6e39306..9804c82 100644
--- a/scribo/tests/unit_test/disabled_tests
+++ b/scribo/tests/unit_test/disabled_tests
@@ -1,2 +1,5 @@
scribo/demo/src/mainwindow.hh
+scribo/primitive/link/compute_several.hh
+scribo/primitive/link/internal/find_several_links.hh
+scribo/primitive/link/with_several_right_links_overlap.hh
scribo/text/recognition.hh
diff --git a/scribo/tests/unit_test/unit-tests.mk b/scribo/tests/unit_test/unit-tests.mk
index 2467334..055b90e 100644
--- a/scribo/tests/unit_test/unit-tests.mk
+++ b/scribo/tests/unit_test/unit-tests.mk
@@ -1,4 +1,4 @@
-## Generated by ./build_unit_test.sh, do not modify.
+## Generated by scribo/tests/unit_test/build_unit_test.sh, do not modify.
check_PROGRAMS = \
scribo_all \
@@ -100,10 +100,8 @@ scribo_primitive_internal_update_graph_link \
scribo_primitive_internal_update_link_array \
scribo_primitive_link_all \
scribo_primitive_link_compute \
-scribo_primitive_link_compute_several \
scribo_primitive_link_internal_anchors_3 \
scribo_primitive_link_internal_find_link \
-scribo_primitive_link_internal_find_several_links \
scribo_primitive_link_internal_link_center_dmax_base \
scribo_primitive_link_internal_link_center_dmax_ratio_base \
scribo_primitive_link_internal_link_functor_base \
@@ -116,7 +114,6 @@ scribo_primitive_link_with_several_graphes \
scribo_primitive_link_with_several_left_links \
scribo_primitive_link_with_several_right_closest_links \
scribo_primitive_link_with_several_right_links \
-scribo_primitive_link_with_several_right_links_overlap \
scribo_primitive_link_with_single_left_link \
scribo_primitive_link_with_single_left_link_dmax_ratio \
scribo_primitive_link_with_single_right_link \
@@ -242,10 +239,8 @@ scribo_primitive_internal_update_graph_link_SOURCES =
scribo_primitive_internal_
scribo_primitive_internal_update_link_array_SOURCES =
scribo_primitive_internal_update_link_array.cc
scribo_primitive_link_all_SOURCES = scribo_primitive_link_all.cc
scribo_primitive_link_compute_SOURCES = scribo_primitive_link_compute.cc
-scribo_primitive_link_compute_several_SOURCES = scribo_primitive_link_compute_several.cc
scribo_primitive_link_internal_anchors_3_SOURCES =
scribo_primitive_link_internal_anchors_3.cc
scribo_primitive_link_internal_find_link_SOURCES =
scribo_primitive_link_internal_find_link.cc
-scribo_primitive_link_internal_find_several_links_SOURCES =
scribo_primitive_link_internal_find_several_links.cc
scribo_primitive_link_internal_link_center_dmax_base_SOURCES =
scribo_primitive_link_internal_link_center_dmax_base.cc
scribo_primitive_link_internal_link_center_dmax_ratio_base_SOURCES =
scribo_primitive_link_internal_link_center_dmax_ratio_base.cc
scribo_primitive_link_internal_link_functor_base_SOURCES =
scribo_primitive_link_internal_link_functor_base.cc
@@ -258,7 +253,6 @@ scribo_primitive_link_with_several_graphes_SOURCES =
scribo_primitive_link_with_
scribo_primitive_link_with_several_left_links_SOURCES =
scribo_primitive_link_with_several_left_links.cc
scribo_primitive_link_with_several_right_closest_links_SOURCES =
scribo_primitive_link_with_several_right_closest_links.cc
scribo_primitive_link_with_several_right_links_SOURCES =
scribo_primitive_link_with_several_right_links.cc
-scribo_primitive_link_with_several_right_links_overlap_SOURCES =
scribo_primitive_link_with_several_right_links_overlap.cc
scribo_primitive_link_with_single_left_link_SOURCES =
scribo_primitive_link_with_single_left_link.cc
scribo_primitive_link_with_single_left_link_dmax_ratio_SOURCES =
scribo_primitive_link_with_single_left_link_dmax_ratio.cc
scribo_primitive_link_with_single_right_link_SOURCES =
scribo_primitive_link_with_single_right_link.cc
--
1.5.6.5