diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-07-31 10:44:51 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-08-01 09:45:04 (GMT) |
commit | 4aa555f9da5541d6b1f13b0cd3ec3e7387c75c89 (patch) | |
tree | d7bdeed4eed620775c2947f71e9faf5fdfaeb36e /Tests/CMakeLib/CMakeLists.txt | |
parent | 75cf7ec263034e0212554f373bb6fd02d351163f (diff) | |
download | CMake-4aa555f9da5541d6b1f13b0cd3ec3e7387c75c89.zip CMake-4aa555f9da5541d6b1f13b0cd3ec3e7387c75c89.tar.gz CMake-4aa555f9da5541d6b1f13b0cd3ec3e7387c75c89.tar.bz2 |
Tests: Add CMakeLib.testStringAlgorithms test
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 a25f25a..cd4dbc8 100644 --- a/Tests/CMakeLib/CMakeLists.txt +++ b/Tests/CMakeLib/CMakeLists.txt @@ -10,6 +10,7 @@ set(CMakeLib_TESTS testRST.cxx testRange.cxx testString.cxx + testStringAlgorithms.cxx testSystemTools.cxx testUTF8.cxx testXMLParser.cxx |