* tests/util/Makefile.am (check_PROGRAMS): Add ord. (ord_SOURCES): New. --- milena/ChangeLog | 7 +++++++ milena/tests/util/Makefile.am | 2 ++ 2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog index 543b179..374c8d9 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,12 @@ 2010-04-20 Roland Levillain roland@lrde.epita.fr
+ Exercise mln::util::ord. + + * tests/util/Makefile.am (check_PROGRAMS): Add ord. + (ord_SOURCES): New. + +2010-04-20 Roland Levillain roland@lrde.epita.fr + Fix more tests.
* mln/core/image/imorph/labeled_image.hh: Include diff --git a/milena/tests/util/Makefile.am b/milena/tests/util/Makefile.am index 5ae8e96..07a3f94 100644 --- a/milena/tests/util/Makefile.am +++ b/milena/tests/util/Makefile.am @@ -30,6 +30,7 @@ check_PROGRAMS = \ lazy_set \ lemmings \ line_graph \ + ord \ ord_pair \ set \ soft_heap \ @@ -46,6 +47,7 @@ graph_SOURCES = graph.cc lazy_set_SOURCES = lazy_set.cc lemmings_SOURCES = lemmings.cc line_graph_SOURCES = line_graph.cc +ord_SOURCES = ord.cc ord_pair_SOURCES = ord_pair.cc set_SOURCES = set.cc soft_heap_SOURCES = soft_heap.cc