test/Makefile.am
changeset 67 9de02aa380de
parent 66 5f7a8570687d
parent 65 bfbc57a51fbb
child 99 dbaa96cc1013
child 103 b68a7e348e00
     1.1 --- a/test/Makefile.am	Thu Feb 07 11:52:16 2008 +0000
     1.2 +++ b/test/Makefile.am	Thu Feb 07 21:23:23 2008 +0000
     1.3 @@ -10,6 +10,7 @@
     1.4  	test/digraph_test \
     1.5          test/dim_test \
     1.6  	test/graph_test \
     1.7 +        test/maps_test \
     1.8          test/random_test \
     1.9          test/test_tools_fail \
    1.10          test/test_tools_pass
    1.11 @@ -21,6 +22,7 @@
    1.12  test_dim_test_SOURCES = test/dim_test.cc
    1.13  #test_error_test_SOURCES = test/error_test.cc
    1.14  test_graph_test_SOURCES = test/graph_test.cc
    1.15 +test_maps_test_SOURCES = test/maps_test.cc
    1.16  test_random_test_SOURCES = test/random_test.cc
    1.17  test_test_tools_fail_SOURCES = test/test_tools_fail.cc
    1.18  test_test_tools_pass_SOURCES = test/test_tools_pass.cc