summaryrefslogtreecommitdiffstats
path: root/Tests/FindMatlab/basic_checks
diff options
context:
space:
mode:
authorCris Luengo <cris.l.luengo@gmail.com>2018-10-22 08:19:04 (GMT)
committerCris Luengo <cris.l.luengo@gmail.com>2018-10-24 06:09:06 (GMT)
commit160499296c61b0edf2e6b08c44b31444e022528f (patch)
tree416376babb083f6b3aeeff3831e4111264be4071 /Tests/FindMatlab/basic_checks
parentee7e97a7d35a793985cf6f9aa185069460cf0ec6 (diff)
downloadCMake-160499296c61b0edf2e6b08c44b31444e022528f.zip
CMake-160499296c61b0edf2e6b08c44b31444e022528f.tar.gz
CMake-160499296c61b0edf2e6b08c44b31444e022528f.tar.bz2
FindMatlab: added unit tests for new functionality.
Also allowing a way to select which of multiple installed MATLAB versions to use in the test.
Diffstat (limited to 'Tests/FindMatlab/basic_checks')
-rw-r--r--Tests/FindMatlab/basic_checks/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/Tests/FindMatlab/basic_checks/CMakeLists.txt b/Tests/FindMatlab/basic_checks/CMakeLists.txt
index 4a74d93..c5be1ea 100644
--- a/Tests/FindMatlab/basic_checks/CMakeLists.txt
+++ b/Tests/FindMatlab/basic_checks/CMakeLists.txt
@@ -10,11 +10,10 @@ set(MATLAB_FIND_DEBUG TRUE)
# - on 64bits builds (cmake is building with 64 bits), it looks for 64 bits Matlab
if(IS_MCR)
- set(components MX_LIBRARY)
set(RUN_UNIT_TESTS FALSE)
else()
set(RUN_UNIT_TESTS TRUE)
- set(components MX_LIBRARY MAIN_PROGRAM)
+ set(components MAIN_PROGRAM)
endif()
if(NOT "${MCR_ROOT}" STREQUAL "")
@@ -34,7 +33,7 @@ matlab_add_mex(
OUTPUT_NAME cmake_matlab_mex1
SRC ${CMAKE_CURRENT_SOURCE_DIR}/../matlab_wrapper1.cpp
DOCUMENTATION ${CMAKE_CURRENT_SOURCE_DIR}/../help_text1.m.txt
- )
+ )
if(RUN_UNIT_TESTS)
matlab_add_unit_test(