diff options
author | Brad King <brad.king@kitware.com> | 2012-07-20 14:19:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-07-20 18:19:07 (GMT) |
commit | 1fe4b82a45bfe3e578267d84c70d6e55610e2ced (patch) | |
tree | 0367f96ab19f51f5bbe69279175a182d672a03da /Tests/CMakeOnly/CMakeLists.txt | |
parent | caeca30936fee174fd36cb3bb0ecb45847aae873 (diff) | |
download | CMake-1fe4b82a45bfe3e578267d84c70d6e55610e2ced.zip CMake-1fe4b82a45bfe3e578267d84c70d6e55610e2ced.tar.gz CMake-1fe4b82a45bfe3e578267d84c70d6e55610e2ced.tar.bz2 |
find_library: Add test covering lib->lib64 cases
Add a "CMakeOnly.find_library" test covering various cases involving
lib->lib64 (non-)conversion. Comment out cases involving mixed path
components "lib" and "lib64", such as lib/A/lib64 and lib64/A/lib, as
these are known to be broken currently.
Diffstat (limited to 'Tests/CMakeOnly/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeOnly/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CMakeOnly/CMakeLists.txt b/Tests/CMakeOnly/CMakeLists.txt index a1551ca..6fe91c7 100644 --- a/Tests/CMakeOnly/CMakeLists.txt +++ b/Tests/CMakeOnly/CMakeLists.txt @@ -23,6 +23,8 @@ add_CMakeOnly_test(AllFindModules) add_CMakeOnly_test(TargetScope) +add_CMakeOnly_test(find_library) + add_test(CMakeOnly.ProjectInclude ${CMAKE_CMAKE_COMMAND} -DTEST=ProjectInclude -DCMAKE_ARGS=-DCMAKE_PROJECT_ProjectInclude_INCLUDE=${CMAKE_CURRENT_SOURCE_DIR}/ProjectInclude/include.cmake |