diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2019-08-23 18:36:22 (GMT) |
---|---|---|
committer | Robert Maynard <robert.maynard@kitware.com> | 2019-08-28 14:39:53 (GMT) |
commit | 2200bc068b8f6a127d92720c336142bd57ce994b (patch) | |
tree | eca8a2d844301bcda6022099be2ca84449dbf42a /Tests/RunCMake/CMakeLists.txt | |
parent | a6b01b7d454c31a2f2b21f3c2c29bb341d733719 (diff) | |
download | CMake-2200bc068b8f6a127d92720c336142bd57ce994b.zip CMake-2200bc068b8f6a127d92720c336142bd57ce994b.tar.gz CMake-2200bc068b8f6a127d92720c336142bd57ce994b.tar.bz2 |
Introduce a ParseImplicitLinkInfo test
By sharing the information used by ParseImplicitIncludeInfo we can
also verify the parsing of implicit link info such as directories.
Diffstat (limited to 'Tests/RunCMake/CMakeLists.txt')
-rw-r--r-- | Tests/RunCMake/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/CMakeLists.txt b/Tests/RunCMake/CMakeLists.txt index c952b1a..5a4a109 100644 --- a/Tests/RunCMake/CMakeLists.txt +++ b/Tests/RunCMake/CMakeLists.txt @@ -201,6 +201,7 @@ if(MSVC) endif() add_RunCMake_test(ObjectLibrary) add_RunCMake_test(ParseImplicitIncludeInfo) +add_RunCMake_test(ParseImplicitLinkInfo) if(UNIX AND CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG AND CMAKE_EXECUTABLE_FORMAT STREQUAL "ELF") add_RunCMake_test(RuntimePath) endif() |