summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-12-08 20:44:22 (GMT)
committerBrad King <brad.king@kitware.com>2009-12-08 20:44:22 (GMT)
commit0a64936f49f3bf23697c236397b7d763a81dfebd (patch)
tree53126ff1262f7c9bf92351dc0a1f605a8e7f9ddb /Tests/CMakeLib/CMakeLists.txt
parente4beefeb6dcc9637355a83efb89cb0c3c7fb44fd (diff)
downloadCMake-0a64936f49f3bf23697c236397b7d763a81dfebd.zip
CMake-0a64936f49f3bf23697c236397b7d763a81dfebd.tar.gz
CMake-0a64936f49f3bf23697c236397b7d763a81dfebd.tar.bz2
Test UTF-8 decoding
This creates a unit test for cm_utf8. See issue #10003.
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 37bc09f..96db9ef 100644
--- a/Tests/CMakeLib/CMakeLists.txt
+++ b/Tests/CMakeLib/CMakeLists.txt
@@ -5,6 +5,7 @@ include_directories(
)
set(CMakeLib_TESTS
+ testUTF8
testXMLParser
)