diff options
author | Brad King <brad.king@kitware.com> | 2011-12-23 15:41:38 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-12-23 16:16:54 -0500 |
commit | 569cee1d9ef613d4c3c87e124982463ffac3cdb2 (patch) | |
tree | c65126591702eb2133060fd98cc38ba89e85e59f /Tests/CMakeLib/CMakeLists.txt | |
parent | 49d6dd67f1c2b3d21a47c28f6e0908062f300e4f (diff) | |
download | cmake-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.txt | 1 |
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 |