test/Makefile.am
changeset 426 eac19fb31a09
parent 419 59d3aa4f921f
child 434 ad483acf1654
equal deleted inserted replaced
30:783f2e787755 31:03494f2a5f0d
    19 	test/graph_copy_test \
    19 	test/graph_copy_test \
    20 	test/graph_test \
    20 	test/graph_test \
    21 	test/graph_utils_test \
    21 	test/graph_utils_test \
    22 	test/heap_test \
    22 	test/heap_test \
    23 	test/kruskal_test \
    23 	test/kruskal_test \
       
    24 	test/hao_orlin_test \
    24         test/maps_test \
    25         test/maps_test \
    25 	test/max_matching_test \
    26 	test/max_matching_test \
    26         test/random_test \
    27         test/random_test \
    27         test/path_test \
    28         test/path_test \
    28         test/preflow_test \
    29         test/preflow_test \
    46 test_graph_copy_test_SOURCES = test/graph_copy_test.cc
    47 test_graph_copy_test_SOURCES = test/graph_copy_test.cc
    47 test_graph_test_SOURCES = test/graph_test.cc
    48 test_graph_test_SOURCES = test/graph_test.cc
    48 test_graph_utils_test_SOURCES = test/graph_utils_test.cc
    49 test_graph_utils_test_SOURCES = test/graph_utils_test.cc
    49 test_heap_test_SOURCES = test/heap_test.cc
    50 test_heap_test_SOURCES = test/heap_test.cc
    50 test_kruskal_test_SOURCES = test/kruskal_test.cc
    51 test_kruskal_test_SOURCES = test/kruskal_test.cc
       
    52 test_hao_orlin_test_SOURCES = test/hao_orlin_test.cc
    51 test_maps_test_SOURCES = test/maps_test.cc
    53 test_maps_test_SOURCES = test/maps_test.cc
    52 test_max_matching_test_SOURCES = test/max_matching_test.cc
    54 test_max_matching_test_SOURCES = test/max_matching_test.cc
    53 test_path_test_SOURCES = test/path_test.cc
    55 test_path_test_SOURCES = test/path_test.cc
    54 test_preflow_test_SOURCES = test/preflow_test.cc
    56 test_preflow_test_SOURCES = test/preflow_test.cc
    55 test_suurballe_test_SOURCES = test/suurballe_test.cc
    57 test_suurballe_test_SOURCES = test/suurballe_test.cc