diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2012-01-02 22:04:42 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2012-01-16 19:52:29 (GMT) |
commit | 8e1f376782be078407f926c042f07c789e073856 (patch) | |
tree | 6b5708aa47f0f564b9dc82beb8743eaf3532c70d /Tests/CMakeOnly/CMakeLists.txt | |
parent | 813eca64160509465c0e557aa98c9b0f828e47a9 (diff) | |
download | CMake-8e1f376782be078407f926c042f07c789e073856.zip CMake-8e1f376782be078407f926c042f07c789e073856.tar.gz CMake-8e1f376782be078407f926c042f07c789e073856.tar.bz2 |
add a test for Check{,CXX}SymbolExists
Now that we think that CheckSymbolExists really works for all cases it is time
to prove that. If this code fails too many other things will break.
Diffstat (limited to 'Tests/CMakeOnly/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeOnly/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CMakeOnly/CMakeLists.txt b/Tests/CMakeOnly/CMakeLists.txt index d32e7be..ec883ef 100644 --- a/Tests/CMakeOnly/CMakeLists.txt +++ b/Tests/CMakeOnly/CMakeLists.txt @@ -7,3 +7,7 @@ macro(add_CMakeOnly_test test) -P ${CMAKE_CURRENT_BINARY_DIR}/Test.cmake ) endmacro() + +add_CMakeOnly_test(CheckSymbolExists) + +add_CMakeOnly_test(CheckCXXSymbolExists) |