Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
68b860f7
Commit
68b860f7
authored
Apr 20, 2010
by
Roland Levillain
Browse files
Exercise mln::util::ord.
* tests/util/Makefile.am (check_PROGRAMS): Add ord. (ord_SOURCES): New.
parent
1441b0f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
milena/ChangeLog
View file @
68b860f7
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.
milena/tests/util/Makefile.am
View file @
68b860f7
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment