https://svn.lrde.epita.fr/svn/oln/trunk/milena
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Move a morpho-related test in the right directory.
* tests/core/line_graph_image_wst.cc: Move...
* tests/morpho/line_graph_image_wst.cc: ...here.
* tests/core/Makefile.am (check_PROGRAMS): Remove
line_graph_image_wst.
(line_graph_image_wst_SOURCES): Move...
* tests/morpho/Makefile.am: ...here.
(check_PROGRAMS): Add line_graph_image_wst.
core/Makefile.am | 2 --
morpho/Makefile.am | 2 ++
2 files changed, 2 insertions(+), 2 deletions(-)
Index: tests/core/Makefile.am
--- tests/core/Makefile.am (revision 2079)
+++ tests/core/Makefile.am (working copy)
@@ -41,7 +41,6 @@
line_graph_elt_neighborhood \
line_graph_elt_window \
line_graph_image \
- line_graph_image_wst \
line_piter \
\
mono_obased_rle_image \
@@ -128,7 +127,6 @@
line_graph_elt_neighborhood_SOURCES = line_graph_elt_neighborhood.cc
line_graph_elt_window_SOURCES = line_graph_elt_window.cc
line_graph_image_SOURCES = line_graph_image.cc
-line_graph_image_wst_SOURCES = line_graph_image_wst.cc
line_piter_SOURCES = line_piter.cc
mono_obased_rle_image_SOURCES = mono_obased_rle_image.cc
Index: tests/morpho/Makefile.am
--- tests/morpho/Makefile.am (revision 2079)
+++ tests/morpho/Makefile.am (working copy)
@@ -18,6 +18,7 @@
laplacian \
lena_line_graph_image_wst1 \
lena_line_graph_image_wst2 \
+ line_graph_image_wst \
meyer_wst \
meyer_wst_long \
opening_area \
@@ -48,6 +49,7 @@
laplacian_SOURCES = laplacian.cc
thinning_SOURCES = thinning.cc
+line_graph_image_wst_SOURCES = line_graph_image_wst.cc
meyer_wst_SOURCES = meyer_wst.cc
combined_SOURCES = combined.cc