COIN-OR::LEMON - Graph Library

source: lemon/test/Makefile.am @ 413:532f34ea9cf3

Last change on this file since 413:532f34ea9cf3 was 404:660db48f324f, checked in by Alpar Juttner <alpar@…>, 15 years ago

Port preflow push max flow alg. from svn -r3516 (#176)
Namely,

  • port the files
  • apply the migrate script
  • apply the unify script
  • break the long lines in lemon/preflow.h
  • convert the .dim test file to .lgf
  • fix compilation problems
File size: 1.8 KB
RevLine 
[1]1EXTRA_DIST += \
[357]2        test/CMakeLists.txt \
[404]3        test/min_cost_flow_test.lgf \
4        test/preflow_graph.lgf
[1]5
[4]6noinst_HEADERS += \
[171]7        test/graph_test.h \
[4]8        test/test_tools.h
[10]9
[4]10check_PROGRAMS += \
[100]11        test/bfs_test \
[119]12        test/counter_test \
[100]13        test/dfs_test \
[57]14        test/digraph_test \
[170]15        test/dijkstra_test \
[8]16        test/dim_test \
[108]17        test/error_test \
[200]18        test/graph_copy_test \
[57]19        test/graph_test \
[139]20        test/graph_utils_test \
[203]21        test/heap_test \
[103]22        test/kruskal_test \
[25]23        test/maps_test \
[338]24        test/max_matching_test \
[10]25        test/random_test \
[96]26        test/path_test \
[404]27        test/preflow_test \
[357]28        test/suurballe_test \
[4]29        test/test_tools_fail \
[103]30        test/test_tools_pass \
[119]31        test/time_measure_test \
[103]32        test/unionfind_test
[10]33
[1]34TESTS += $(check_PROGRAMS)
35XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
[4]36
[100]37test_bfs_test_SOURCES = test/bfs_test.cc
[119]38test_counter_test_SOURCES = test/counter_test.cc
[100]39test_dfs_test_SOURCES = test/dfs_test.cc
[57]40test_digraph_test_SOURCES = test/digraph_test.cc
[170]41test_dijkstra_test_SOURCES = test/dijkstra_test.cc
[8]42test_dim_test_SOURCES = test/dim_test.cc
[108]43test_error_test_SOURCES = test/error_test.cc
[200]44test_graph_copy_test_SOURCES = test/graph_copy_test.cc
[57]45test_graph_test_SOURCES = test/graph_test.cc
[139]46test_graph_utils_test_SOURCES = test/graph_utils_test.cc
[203]47test_heap_test_SOURCES = test/heap_test.cc
[103]48test_kruskal_test_SOURCES = test/kruskal_test.cc
[25]49test_maps_test_SOURCES = test/maps_test.cc
[338]50test_max_matching_test_SOURCES = test/max_matching_test.cc
[96]51test_path_test_SOURCES = test/path_test.cc
[404]52test_preflow_test_SOURCES = test/preflow_test.cc
[357]53test_suurballe_test_SOURCES = test/suurballe_test.cc
[10]54test_random_test_SOURCES = test/random_test.cc
[4]55test_test_tools_fail_SOURCES = test/test_tools_fail.cc
56test_test_tools_pass_SOURCES = test/test_tools_pass.cc
[119]57test_time_measure_test_SOURCES = test/time_measure_test.cc
[103]58test_unionfind_test_SOURCES = test/unionfind_test.cc
Note: See TracBrowser for help on using the repository browser.