summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/string/RunCMakeTest.cmake
diff options
context:
space:
mode:
authorJustin Borodinsky <justin.borodinsky@gmail.com>2015-01-11 19:33:36 (GMT)
committerBrad King <brad.king@kitware.com>2015-01-27 16:30:26 (GMT)
commit1f77a7001b2e3f8f9224cb603e5acfee45573064 (patch)
tree6e641ed7b6967267135c544adea91815523dd753 /Tests/RunCMake/string/RunCMakeTest.cmake
parent19e57a48cd1ad562b277c8fb9dc8285ef96acfa0 (diff)
downloadCMake-1f77a7001b2e3f8f9224cb603e5acfee45573064.zip
CMake-1f77a7001b2e3f8f9224cb603e5acfee45573064.tar.gz
CMake-1f77a7001b2e3f8f9224cb603e5acfee45573064.tar.bz2
file: Teach STRINGS to support UTF-16 and UTF-32 encodings
Diffstat (limited to 'Tests/RunCMake/string/RunCMakeTest.cmake')
-rw-r--r--Tests/RunCMake/string/RunCMakeTest.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/RunCMake/string/RunCMakeTest.cmake b/Tests/RunCMake/string/RunCMakeTest.cmake
index fc913c6..89f7ea5 100644
--- a/Tests/RunCMake/string/RunCMakeTest.cmake
+++ b/Tests/RunCMake/string/RunCMakeTest.cmake
@@ -12,3 +12,8 @@ run_cmake(UuidMissingTypeValue)
run_cmake(UuidBadType)
run_cmake(RegexClear)
+
+run_cmake(UTF-16BE)
+run_cmake(UTF-16LE)
+run_cmake(UTF-32BE)
+run_cmake(UTF-32LE)