test/Makefile.am
changeset 913 5087694945e4
parent 904 c279b19abc62
child 917 4980b05606bd
equal deleted inserted replaced
61:4f81d5aae586 62:9e0c74dacf18
    35 	test/matching_test \
    35 	test/matching_test \
    36 	test/max_clique_test \
    36 	test/max_clique_test \
    37 	test/min_cost_arborescence_test \
    37 	test/min_cost_arborescence_test \
    38 	test/min_cost_flow_test \
    38 	test/min_cost_flow_test \
    39 	test/min_mean_cycle_test \
    39 	test/min_mean_cycle_test \
       
    40 	test/nagamochi_ibaraki_test \
    40 	test/path_test \
    41 	test/path_test \
    41 	test/planarity_test \
    42 	test/planarity_test \
    42 	test/preflow_test \
    43 	test/preflow_test \
    43 	test/radix_sort_test \
    44 	test/radix_sort_test \
    44 	test/random_test \
    45 	test/random_test \
    87 test_matching_test_SOURCES = test/matching_test.cc
    88 test_matching_test_SOURCES = test/matching_test.cc
    88 test_max_clique_test_SOURCES = test/max_clique_test.cc
    89 test_max_clique_test_SOURCES = test/max_clique_test.cc
    89 test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc
    90 test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc
    90 test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
    91 test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
    91 test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
    92 test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
       
    93 test_nagamochi_ibaraki_test_SOURCES = test/nagamochi_ibaraki_test.cc
    92 test_path_test_SOURCES = test/path_test.cc
    94 test_path_test_SOURCES = test/path_test.cc
    93 test_planarity_test_SOURCES = test/planarity_test.cc
    95 test_planarity_test_SOURCES = test/planarity_test.cc
    94 test_preflow_test_SOURCES = test/preflow_test.cc
    96 test_preflow_test_SOURCES = test/preflow_test.cc
    95 test_radix_sort_test_SOURCES = test/radix_sort_test.cc
    97 test_radix_sort_test_SOURCES = test/radix_sort_test.cc
    96 test_suurballe_test_SOURCES = test/suurballe_test.cc
    98 test_suurballe_test_SOURCES = test/suurballe_test.cc