test/Makefile.am
changeset 96 b55e501a90ee
parent 58 5f1f539f912f
child 99 dbaa96cc1013
     1.1 --- a/test/Makefile.am	Wed Jan 23 16:26:41 2008 +0100
     1.2 +++ b/test/Makefile.am	Thu Jan 24 11:31:19 2008 +0000
     1.3 @@ -11,6 +11,7 @@
     1.4          test/dim_test \
     1.5  	test/graph_test \
     1.6          test/random_test \
     1.7 +        test/path_test \
     1.8          test/test_tools_fail \
     1.9          test/test_tools_pass
    1.10  
    1.11 @@ -20,6 +21,7 @@
    1.12  test_digraph_test_SOURCES = test/digraph_test.cc
    1.13  test_dim_test_SOURCES = test/dim_test.cc
    1.14  test_graph_test_SOURCES = test/graph_test.cc
    1.15 +test_path_test_SOURCES = test/path_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