COIN-OR::LEMON - Graph Library

Changeset 917:4980b05606bd in lemon-main for test/CMakeLists.txt


Ignore:
Timestamp:
11/16/10 07:46:01 (13 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
918:8583fb74238c, 921:140c953ad5d1, 1031:ae0b056593a7
Parents:
916:70bee017b584 (diff), 915:234d635ad721 (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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • test/CMakeLists.txt

    r914 r917  
    3232  maps_test
    3333  matching_test
     34  max_cardinality_search_test
    3435  max_clique_test
    3536  min_cost_arborescence_test
  • test/CMakeLists.txt

    r916 r917  
    3737  min_cost_flow_test
    3838  min_mean_cycle_test
     39  nagamochi_ibaraki_test
    3940  path_test
    4041  planarity_test
     
    4849
    4950IF(LEMON_HAVE_LP)
    50   ADD_EXECUTABLE(lp_test lp_test.cc)
     51  IF(${CMAKE_BUILD_TYPE} STREQUAL "Maintainer")
     52    ADD_EXECUTABLE(lp_test lp_test.cc)
     53  ELSE()
     54    ADD_EXECUTABLE(lp_test EXCLUDE_FROM_ALL lp_test.cc)
     55  ENDIF()
     56
    5157  SET(LP_TEST_LIBS lemon)
    5258
     
    8490
    8591IF(LEMON_HAVE_MIP)
    86   ADD_EXECUTABLE(mip_test mip_test.cc)
     92  IF(${CMAKE_BUILD_TYPE} STREQUAL "Maintainer")
     93    ADD_EXECUTABLE(mip_test mip_test.cc)
     94  ELSE()
     95    ADD_EXECUTABLE(mip_test EXCLUDE_FROM_ALL mip_test.cc)
     96  ENDIF()
     97
    8798  SET(MIP_TEST_LIBS lemon)
    8899
Note: See TracChangeset for help on using the changeset viewer.