COIN-OR::LEMON - Graph Library

Changeset 921:b522385b2a0d in lemon-1.2 for test/CMakeLists.txt


Ignore:
Timestamp:
07/13/11 14:52:22 (13 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
1.2
Parents:
916:d9a2bf30b360 (diff), 920:0dba9b96550a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merge #419 to branch 1.2

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • test/CMakeLists.txt

    r912 r921  
    7070  TARGET_LINK_LIBRARIES(lp_test ${LP_TEST_LIBS})
    7171  ADD_TEST(lp_test lp_test)
     72  ADD_DEPENDENCIES(check lp_test)
    7273
    7374  IF(WIN32 AND LEMON_HAVE_GLPK)
     
    111112  TARGET_LINK_LIBRARIES(mip_test ${MIP_TEST_LIBS})
    112113  ADD_TEST(mip_test mip_test)
     114  ADD_DEPENDENCIES(check mip_test)
    113115
    114116  IF(WIN32 AND LEMON_HAVE_GLPK)
  • test/CMakeLists.txt

    r918 r921  
    1414SET(TESTS
    1515  adaptors_test
     16  bellman_ford_test
    1617  bfs_test
    1718  circulation_test
     
    2526  error_test
    2627  euler_test
     28  fractional_matching_test
    2729  gomory_hu_test
    2830  graph_copy_test
     
    3638  min_cost_arborescence_test
    3739  min_cost_flow_test
     40  min_mean_cycle_test
    3841  path_test
     42  planarity_test
    3943  preflow_test
    4044  radix_sort_test
Note: See TracChangeset for help on using the changeset viewer.