test/CMakeLists.txt
changeset 1380 04f57dad1b07
parent 1264 4000b7ef4e01
child 1405 3feba0ea1bda
equal deleted inserted replaced
85:4d02e0eb117c 86:44c6fa1f9303
    52   random_test
    52   random_test
    53   suurballe_test
    53   suurballe_test
    54   time_measure_test
    54   time_measure_test
    55   tsp_test
    55   tsp_test
    56   unionfind_test
    56   unionfind_test
       
    57   vf2_test
    57 )
    58 )
    58 
    59 
    59 IF(LEMON_HAVE_LP)
    60 IF(LEMON_HAVE_LP)
    60   IF(${CMAKE_BUILD_TYPE} STREQUAL "Maintainer")
    61   IF(${CMAKE_BUILD_TYPE} STREQUAL "Maintainer")
    61     ADD_EXECUTABLE(lp_test lp_test.cc)
    62     ADD_EXECUTABLE(lp_test lp_test.cc)