test/Makefile.am
changeset 917 4980b05606bd
parent 916 70bee017b584
parent 913 5087694945e4
child 950 2d583da4ba40
child 1035 07682e24c4e8
equal deleted inserted replaced
63:3d9f9c95c225 64:f1a881544f02
    36 	test/max_cardinality_search_test \
    36 	test/max_cardinality_search_test \
    37 	test/max_clique_test \
    37 	test/max_clique_test \
    38 	test/min_cost_arborescence_test \
    38 	test/min_cost_arborescence_test \
    39 	test/min_cost_flow_test \
    39 	test/min_cost_flow_test \
    40 	test/min_mean_cycle_test \
    40 	test/min_mean_cycle_test \
       
    41 	test/nagamochi_ibaraki_test \
    41 	test/path_test \
    42 	test/path_test \
    42 	test/planarity_test \
    43 	test/planarity_test \
    43 	test/preflow_test \
    44 	test/preflow_test \
    44 	test/radix_sort_test \
    45 	test/radix_sort_test \
    45 	test/random_test \
    46 	test/random_test \
    89 test_max_cardinality_search_test_SOURCES = test/max_cardinality_search_test.cc
    90 test_max_cardinality_search_test_SOURCES = test/max_cardinality_search_test.cc
    90 test_max_clique_test_SOURCES = test/max_clique_test.cc
    91 test_max_clique_test_SOURCES = test/max_clique_test.cc
    91 test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc
    92 test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc
    92 test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
    93 test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
    93 test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
    94 test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
       
    95 test_nagamochi_ibaraki_test_SOURCES = test/nagamochi_ibaraki_test.cc
    94 test_path_test_SOURCES = test/path_test.cc
    96 test_path_test_SOURCES = test/path_test.cc
    95 test_planarity_test_SOURCES = test/planarity_test.cc
    97 test_planarity_test_SOURCES = test/planarity_test.cc
    96 test_preflow_test_SOURCES = test/preflow_test.cc
    98 test_preflow_test_SOURCES = test/preflow_test.cc
    97 test_radix_sort_test_SOURCES = test/radix_sort_test.cc
    99 test_radix_sort_test_SOURCES = test/radix_sort_test.cc
    98 test_suurballe_test_SOURCES = test/suurballe_test.cc
   100 test_suurballe_test_SOURCES = test/suurballe_test.cc