scribo/tests/Makefile.am,
scribo/tests/binarization/Makefile.am,
scribo/tests/primitive/extract/Makefile.am: Here.
---
scribo/ChangeLog | 8 ++++++++
scribo/tests/Makefile.am | 5 +++++
scribo/tests/binarization/Makefile.am | 7 ++++++-
scribo/tests/primitive/extract/Makefile.am | 6 ++++++
4 files changed, 25 insertions(+), 1 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index 423c9ac..8d95b3a 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,5 +1,13 @@
2011-04-07 Guillaume Lazzara <z(a)lrde.epita.fr>
+ Add test data in EXTRA_DIST.
+
+ scribo/tests/Makefile.am,
+ scribo/tests/binarization/Makefile.am,
+ scribo/tests/primitive/extract/Makefile.am: Here.
+
+2011-04-07 Guillaume Lazzara <z(a)lrde.epita.fr>
+
Add new tests for Sauvola algorithms.
* tests/binarization/Makefile.am: Add new targets.
diff --git a/scribo/tests/Makefile.am b/scribo/tests/Makefile.am
index 1f227b7..706338f 100644
--- a/scribo/tests/Makefile.am
+++ b/scribo/tests/Makefile.am
@@ -18,6 +18,11 @@
include $(srcdir)/tests.mk
EXTRA_DIST = \
+ img/alignment_1.pbm \
+ img/alignment_2.pbm \
+ img/alignment_3.pbm \
+ img/alignment_4.pbm \
+ img/phillip.ppm \
img/pixels.pbm \
img/table_to_be_repaired.pbm \
img/table_to_be_repaired2.pbm \
diff --git a/scribo/tests/binarization/Makefile.am
b/scribo/tests/binarization/Makefile.am
index b894f5a..500d708 100644
--- a/scribo/tests/binarization/Makefile.am
+++ b/scribo/tests/binarization/Makefile.am
@@ -1,4 +1,5 @@
-# Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE).
+# Copyright (C) 2009, 2011 EPITA Research and Development Laboratory
+# (LRDE).
#
# This file is part of Olena.
#
@@ -19,6 +20,10 @@
include $(top_srcdir)/scribo/tests/tests.mk
+EXTRA_DIST = \
+ sauvola_ms.ref.pbm \
+ sauvola.ref.pbm
+
check_PROGRAMS = \
global_threshold \
local_threshold \
diff --git a/scribo/tests/primitive/extract/Makefile.am
b/scribo/tests/primitive/extract/Makefile.am
index 97eb43f..33d3a96 100644
--- a/scribo/tests/primitive/extract/Makefile.am
+++ b/scribo/tests/primitive/extract/Makefile.am
@@ -16,6 +16,12 @@
include $(top_srcdir)/scribo/tests/tests.mk
+EXTRA_DIST = \
+ alignment_1.ref.png \
+ alignment_2.ref.png \
+ alignment_3.ref.png \
+ alignment_4.ref.png
+
check_PROGRAMS =
if HAVE_MAGICKXX
--
1.5.6.5