[Lemon-commits] Alpar Juttner: Update test/CMakeLists.txt and te...

Lemon HG hg at lemon.cs.elte.hu
Mon Dec 8 16:48:54 CET 2008


details:   http://lemon.cs.elte.hu/hg/lemon/rev/346991bf7ddd
changeset: 443:346991bf7ddd
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Mon Dec 08 12:29:00 2008 +0000
description:
	Update test/CMakeLists.txt and test/Makefile.am

diffstat:

2 files changed, 7 insertions(+), 3 deletions(-)
test/CMakeLists.txt |    6 +++++-
test/Makefile.am    |    4 ++--

diffs (50 lines):

diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -4,12 +4,14 @@
 
 SET(TESTS
   bfs_test
+  circulation_test
   counter_test
   dfs_test
   digraph_test
   dijkstra_test
   dim_test
   error_test
+  graph_adaptor_test
   graph_copy_test
   graph_test
   graph_utils_test
@@ -18,8 +20,10 @@
   kruskal_test
   maps_test
   max_matching_test
+  path_test
+  preflow_test
   random_test
-  path_test
+  suurballe_test
   time_measure_test
   unionfind_test)
 
diff --git a/test/Makefile.am b/test/Makefile.am
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -18,14 +18,14 @@
 	test/graph_copy_test \
 	test/graph_test \
 	test/graph_utils_test \
+	test/hao_orlin_test \
 	test/heap_test \
 	test/kruskal_test \
-	test/hao_orlin_test \
         test/maps_test \
 	test/max_matching_test \
-        test/random_test \
         test/path_test \
         test/preflow_test \
+        test/random_test \
         test/suurballe_test \
         test/test_tools_fail \
         test/test_tools_pass \



More information about the Lemon-commits mailing list