test/Makefile.am
changeset 99 dbaa96cc1013
parent 96 b55e501a90ee
parent 67 9de02aa380de
child 100 4f754b4cf82b
     1.1 --- a/test/Makefile.am	Thu Jan 24 17:36:45 2008 +0000
     1.2 +++ b/test/Makefile.am	Thu Feb 07 21:28:39 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/path_test \
    1.10          test/test_tools_fail \
    1.11 @@ -20,7 +21,9 @@
    1.12  
    1.13  test_digraph_test_SOURCES = test/digraph_test.cc
    1.14  test_dim_test_SOURCES = test/dim_test.cc
    1.15 +#test_error_test_SOURCES = test/error_test.cc
    1.16  test_graph_test_SOURCES = test/graph_test.cc
    1.17 +test_maps_test_SOURCES = test/maps_test.cc
    1.18  test_path_test_SOURCES = test/path_test.cc
    1.19  test_random_test_SOURCES = test/random_test.cc
    1.20  test_test_tools_fail_SOURCES = test/test_tools_fail.cc