summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/CMakeLists.txt
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2019-02-19 18:15:17 (GMT)
committerBrad King <brad.king@kitware.com>2019-02-21 13:24:26 (GMT)
commitb8031308f39d66d0dca3b5c59fe62805298dc91f (patch)
tree07d8b68f04f6fe74c5e19140488483fa125b0498 /Tests/CMakeLib/CMakeLists.txt
parenta8d51ef8b780644011da8974d99c524e93fe75f3 (diff)
downloadCMake-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.txt1
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