diff options
author | Regina Pfeifer <regina@mailbox.org> | 2019-02-19 18:15:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-02-21 13:24:26 (GMT) |
commit | b8031308f39d66d0dca3b5c59fe62805298dc91f (patch) | |
tree | 07d8b68f04f6fe74c5e19140488483fa125b0498 /Tests/CMakeLib/CMakeLists.txt | |
parent | a8d51ef8b780644011da8974d99c524e93fe75f3 (diff) | |
download | CMake-b8031308f39d66d0dca3b5c59fe62805298dc91f.zip CMake-b8031308f39d66d0dca3b5c59fe62805298dc91f.tar.gz CMake-b8031308f39d66d0dca3b5c59fe62805298dc91f.tar.bz2 |
cmRange: Add unit tests
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 f6a9153..91f7e25 100644 --- a/Tests/CMakeLib/CMakeLists.txt +++ b/Tests/CMakeLib/CMakeLists.txt @@ -7,6 +7,7 @@ include_directories( set(CMakeLib_TESTS testGeneratedFileStream.cxx testRST.cxx + testRange.cxx testString.cxx testSystemTools.cxx testUTF8.cxx |