test/Makefile.am
branch1.1
changeset 1069 b1b534ddb539
parent 696 76cbcb3e9bbb
parent 1067 54464584b157
child 1109 fe5718b39fda
equal deleted inserted replaced
52:cd4c719ee69f 66:9298dcbc61f9
    23 	test/graph_test \
    23 	test/graph_test \
    24 	test/graph_utils_test \
    24 	test/graph_utils_test \
    25 	test/hao_orlin_test \
    25 	test/hao_orlin_test \
    26 	test/heap_test \
    26 	test/heap_test \
    27 	test/kruskal_test \
    27 	test/kruskal_test \
       
    28 	test/lgf_test \
    28 	test/maps_test \
    29 	test/maps_test \
    29 	test/matching_test \
    30 	test/matching_test \
    30 	test/min_cost_arborescence_test \
    31 	test/min_cost_arborescence_test \
    31 	test/min_cost_flow_test \
    32 	test/min_cost_flow_test \
    32 	test/path_test \
    33 	test/path_test \
    65 test_euler_test_SOURCES = test/euler_test.cc
    66 test_euler_test_SOURCES = test/euler_test.cc
    66 test_gomory_hu_test_SOURCES = test/gomory_hu_test.cc
    67 test_gomory_hu_test_SOURCES = test/gomory_hu_test.cc
    67 test_graph_copy_test_SOURCES = test/graph_copy_test.cc
    68 test_graph_copy_test_SOURCES = test/graph_copy_test.cc
    68 test_graph_test_SOURCES = test/graph_test.cc
    69 test_graph_test_SOURCES = test/graph_test.cc
    69 test_graph_utils_test_SOURCES = test/graph_utils_test.cc
    70 test_graph_utils_test_SOURCES = test/graph_utils_test.cc
       
    71 test_hao_orlin_test_SOURCES = test/hao_orlin_test.cc
    70 test_heap_test_SOURCES = test/heap_test.cc
    72 test_heap_test_SOURCES = test/heap_test.cc
    71 test_kruskal_test_SOURCES = test/kruskal_test.cc
    73 test_kruskal_test_SOURCES = test/kruskal_test.cc
    72 test_hao_orlin_test_SOURCES = test/hao_orlin_test.cc
    74 test_lgf_test_SOURCES = test/lgf_test.cc
    73 test_lp_test_SOURCES = test/lp_test.cc
    75 test_lp_test_SOURCES = test/lp_test.cc
    74 test_maps_test_SOURCES = test/maps_test.cc
    76 test_maps_test_SOURCES = test/maps_test.cc
    75 test_mip_test_SOURCES = test/mip_test.cc
    77 test_mip_test_SOURCES = test/mip_test.cc
    76 test_matching_test_SOURCES = test/matching_test.cc
    78 test_matching_test_SOURCES = test/matching_test.cc
    77 test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc
    79 test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc