diff -r 5f7a8570687d -r 9de02aa380de test/Makefile.am --- a/test/Makefile.am Thu Feb 07 11:52:16 2008 +0000 +++ b/test/Makefile.am Thu Feb 07 21:23:23 2008 +0000 @@ -10,6 +10,7 @@ test/digraph_test \ test/dim_test \ test/graph_test \ + test/maps_test \ test/random_test \ test/test_tools_fail \ test/test_tools_pass @@ -21,6 +22,7 @@ test_dim_test_SOURCES = test/dim_test.cc #test_error_test_SOURCES = test/error_test.cc test_graph_test_SOURCES = test/graph_test.cc +test_maps_test_SOURCES = test/maps_test.cc test_random_test_SOURCES = test/random_test.cc test_test_tools_fail_SOURCES = test/test_tools_fail.cc test_test_tools_pass_SOURCES = test/test_tools_pass.cc