summaryrefslogtreecommitdiff
path: root/Tests/CMakeLib/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-12-23 15:41:38 -0500
committerBrad King <brad.king@kitware.com>2011-12-23 16:16:54 -0500
commit569cee1d9ef613d4c3c87e124982463ffac3cdb2 (patch)
treec65126591702eb2133060fd98cc38ba89e85e59f /Tests/CMakeLib/CMakeLists.txt
parent49d6dd67f1c2b3d21a47c28f6e0908062f300e4f (diff)
downloadcmake-569cee1d9ef613d4c3c87e124982463ffac3cdb2.tar.gz
complex: Move cmSystemTools::UpperCase test to CMakeLibTests
This test belongs in the CMakeLibTests test driver executable which correctly links to CMakeLib.
Diffstat (limited to 'Tests/CMakeLib/CMakeLists.txt')
-rw-r--r--Tests/CMakeLib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLib/CMakeLists.txt b/Tests/CMakeLib/CMakeLists.txt
index 11593be57a..4e819f4702 100644
--- a/Tests/CMakeLib/CMakeLists.txt
+++ b/Tests/CMakeLib/CMakeLists.txt
@@ -6,6 +6,7 @@ include_directories(
set(CMakeLib_TESTS
testGeneratedFileStream
+ testSystemTools
testUTF8
testXMLParser
testXMLSafe