COIN-OR::LEMON - Graph Library

Changeset 424:346991bf7ddd in lemon-1.2 for test


Ignore:
Timestamp:
12/08/08 13:29:00 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Update test/CMakeLists.txt and test/Makefile.am

Location:
test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • test/CMakeLists.txt

    r410 r424  
    55SET(TESTS
    66  bfs_test
     7  circulation_test
    78  counter_test
    89  dfs_test
     
    1112  dim_test
    1213  error_test
     14  graph_adaptor_test
    1315  graph_copy_test
    1416  graph_test
     
    1921  maps_test
    2022  max_matching_test
     23  path_test
     24  preflow_test
    2125  random_test
    22   path_test
     26  suurballe_test
    2327  time_measure_test
    2428  unionfind_test)
  • test/Makefile.am

    r423 r424  
    1919        test/graph_test \
    2020        test/graph_utils_test \
     21        test/hao_orlin_test \
    2122        test/heap_test \
    2223        test/kruskal_test \
    23         test/hao_orlin_test \
    2424        test/maps_test \
    2525        test/max_matching_test \
    26         test/random_test \
    2726        test/path_test \
    2827        test/preflow_test \
     28        test/random_test \
    2929        test/suurballe_test \
    3030        test/test_tools_fail \
Note: See TracChangeset for help on using the changeset viewer.