diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-02-07 14:38:49 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-02-07 14:49:15 (GMT) |
commit | 770245e9287de01c990605b54d28302c9cac3340 (patch) | |
tree | 6cae091e719e93975a2b2a1b62765206be239b07 /Tests/RunCMake/interface_library/RunCMakeTest.cmake | |
parent | 53cffda228e50948e52ae3b5bc46d4fa3f59a0ba (diff) | |
download | CMake-770245e9287de01c990605b54d28302c9cac3340.zip CMake-770245e9287de01c990605b54d28302c9cac3340.tar.gz CMake-770245e9287de01c990605b54d28302c9cac3340.tar.bz2 |
add_library: Test invalid GLOBAL INTERFACE signature.
This has to be tested separately from the invalid_signature test because
target sources are evaluate at a later time, and earlier errors in the
invalid_signature test cause early exit.
Diffstat (limited to 'Tests/RunCMake/interface_library/RunCMakeTest.cmake')
-rw-r--r-- | Tests/RunCMake/interface_library/RunCMakeTest.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/interface_library/RunCMakeTest.cmake b/Tests/RunCMake/interface_library/RunCMakeTest.cmake index 9ca9a77..3c457c5 100644 --- a/Tests/RunCMake/interface_library/RunCMakeTest.cmake +++ b/Tests/RunCMake/interface_library/RunCMakeTest.cmake @@ -5,5 +5,6 @@ run_cmake(target_commands) run_cmake(no_shared_libs) run_cmake(whitelist) run_cmake(invalid_signature) +run_cmake(global-interface) run_cmake(genex_link) run_cmake(add_dependencies) |