3836: configure.ac: configure various test directories.

--- ChangeLog | 4 ++++ configure.ac | 4 +++- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 349cdab..ba9076d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-05-15 Guillaume Lazzara <lazzara@lrde.epita.fr> + + * configure.ac: configure various test directories. + 2009-05-15 Roland Levillain <roland@lrde.epita.fr> Add an ``Enable Everything'' switch to configure. diff --git a/configure.ac b/configure.ac index ce31945..25fd1b0 100644 --- a/configure.ac +++ b/configure.ac @@ -276,7 +276,7 @@ AC_CONFIG_FILES([ milena/tests/morpho/opening/Makefile milena/tests/morpho/opening/approx/Makefile milena/tests/morpho/reconstruction/Makefile - milena/tests/morpho/reconstruction/by_dilation/Makefile + milena/tests/morpho/reconstruction/by_dilation/Makefile milena/tests/morpho/tree/Makefile milena/tests/morpho/watershed/Makefile milena/tests/norm/Makefile @@ -288,12 +288,14 @@ AC_CONFIG_FILES([ milena/tests/tag/Makefile milena/tests/test/Makefile milena/tests/topo/Makefile + milena/tests/topo/skeleton/Makefile milena/tests/trace/Makefile milena/tests/trait/Makefile milena/tests/trait/image/Makefile milena/tests/trait/op/Makefile milena/tests/trait/value/Makefile milena/tests/transform/Makefile + milena/tests/transformation/Makefile milena/tests/unit_test/Makefile milena/tests/util/Makefile milena/tests/value/Makefile -- 1.5.6.5
participants (1)
-
Guillaume Lazzara