https://svn.lrde.epita.fr/svn/oln/trunk/milena
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Enable tests/core/line_graph_elt_neighborhood.
* tests/core/Makefile.am (check_PROGRAMS): Add
line_graph_elt_neighborhood.
(line_graph_elt_neighborhood_SOURCES): New.
Makefile.am | 2 ++
1 file changed, 2 insertions(+)
Index: tests/core/Makefile.am
--- tests/core/Makefile.am (revision 1825)
+++ tests/core/Makefile.am (working copy)
@@ -11,6 +11,7 @@
graph_elt_neighborhood \
graph_elt_window \
graph_image \
+ line_graph_elt_neighborhood \
line_graph_elt_window \
line_graph_image \
line_graph_image_wst \
@@ -37,6 +38,7 @@
graph_elt_neighborhood_SOURCES = graph_elt_neighborhood.cc
graph_elt_window_SOURCES = graph_elt_window.cc
graph_image_SOURCES = graph_image.cc
+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