diff options
author | Brad King <brad.king@kitware.com> | 2009-12-08 20:44:22 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-12-08 20:44:22 (GMT) |
commit | 0a64936f49f3bf23697c236397b7d763a81dfebd (patch) | |
tree | 53126ff1262f7c9bf92351dc0a1f605a8e7f9ddb /Tests/CMakeLib/CMakeLists.txt | |
parent | e4beefeb6dcc9637355a83efb89cb0c3c7fb44fd (diff) | |
download | CMake-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.txt | 1 |
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 ) |