test/Makefile.am
changeset 999 c279b19abc62
parent 953 d8ea85825e02
child 1017 5087694945e4
child 1020 70bee017b584
equal deleted inserted replaced
60:56f1b6754595 61:4f81d5aae586
    31 	test/hao_orlin_test \
    31 	test/hao_orlin_test \
    32 	test/heap_test \
    32 	test/heap_test \
    33 	test/kruskal_test \
    33 	test/kruskal_test \
    34 	test/maps_test \
    34 	test/maps_test \
    35 	test/matching_test \
    35 	test/matching_test \
       
    36 	test/max_clique_test \
    36 	test/min_cost_arborescence_test \
    37 	test/min_cost_arborescence_test \
    37 	test/min_cost_flow_test \
    38 	test/min_cost_flow_test \
    38 	test/min_mean_cycle_test \
    39 	test/min_mean_cycle_test \
    39 	test/path_test \
    40 	test/path_test \
    40 	test/planarity_test \
    41 	test/planarity_test \
    82 test_hao_orlin_test_SOURCES = test/hao_orlin_test.cc
    83 test_hao_orlin_test_SOURCES = test/hao_orlin_test.cc
    83 test_lp_test_SOURCES = test/lp_test.cc
    84 test_lp_test_SOURCES = test/lp_test.cc
    84 test_maps_test_SOURCES = test/maps_test.cc
    85 test_maps_test_SOURCES = test/maps_test.cc
    85 test_mip_test_SOURCES = test/mip_test.cc
    86 test_mip_test_SOURCES = test/mip_test.cc
    86 test_matching_test_SOURCES = test/matching_test.cc
    87 test_matching_test_SOURCES = test/matching_test.cc
       
    88 test_max_clique_test_SOURCES = test/max_clique_test.cc
    87 test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc
    89 test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc
    88 test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
    90 test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
    89 test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
    91 test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
    90 test_path_test_SOURCES = test/path_test.cc
    92 test_path_test_SOURCES = test/path_test.cc
    91 test_planarity_test_SOURCES = test/planarity_test.cc
    93 test_planarity_test_SOURCES = test/planarity_test.cc