# HG changeset patch
# User Alpar Juttner <alpar@cs.elte.hu>
# Date 1228739340 0
# Node ID 346991bf7dddfa55c23074fa2005448cb4b73dc8
# Parent  ff48c2738fb2e5ab97bd3a7b04e6fb2981c4f4c6
Update test/CMakeLists.txt and test/Makefile.am

diff -r ff48c2738fb2 -r 346991bf7ddd test/CMakeLists.txt
--- a/test/CMakeLists.txt	Mon Dec 08 15:18:04 2008 +0000
+++ b/test/CMakeLists.txt	Mon Dec 08 12:29:00 2008 +0000
@@ -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 -r ff48c2738fb2 -r 346991bf7ddd test/Makefile.am
--- a/test/Makefile.am	Mon Dec 08 15:18:04 2008 +0000
+++ b/test/Makefile.am	Mon Dec 08 12:29:00 2008 +0000
@@ -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 \