1.1 --- a/test/Makefile.am Wed Sep 22 09:24:07 2010 +0200
1.2 +++ b/test/Makefile.am Thu Aug 04 21:12:46 2011 +0200
1.3 @@ -18,6 +18,7 @@
1.4 test/graph_utils_test \
1.5 test/heap_test \
1.6 test/kruskal_test \
1.7 + test/lgf_test \
1.8 test/maps_test \
1.9 test/random_test \
1.10 test/path_test \
1.11 @@ -41,6 +42,7 @@
1.12 test_graph_utils_test_SOURCES = test/graph_utils_test.cc
1.13 test_heap_test_SOURCES = test/heap_test.cc
1.14 test_kruskal_test_SOURCES = test/kruskal_test.cc
1.15 +test_lgf_test_SOURCES = test/lgf_test.cc
1.16 test_maps_test_SOURCES = test/maps_test.cc
1.17 test_path_test_SOURCES = test/path_test.cc
1.18 test_random_test_SOURCES = test/random_test.cc