diff -r 6ec5dbed8f18 -r b55e501a90ee test/Makefile.am --- a/test/Makefile.am Wed Jan 23 16:26:41 2008 +0100 +++ b/test/Makefile.am Thu Jan 24 11:31:19 2008 +0000 @@ -11,6 +11,7 @@ test/dim_test \ test/graph_test \ test/random_test \ + test/path_test \ test/test_tools_fail \ test/test_tools_pass @@ -20,6 +21,7 @@ test_digraph_test_SOURCES = test/digraph_test.cc test_dim_test_SOURCES = test/dim_test.cc test_graph_test_SOURCES = test/graph_test.cc +test_path_test_SOURCES = test/path_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