summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/testCTestResourceSpec.cxx
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2019-11-26 16:41:56 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2019-11-26 16:41:56 (GMT)
commit59df85194e47ea330478410092ddb9c6fcb17163 (patch)
tree88a26256f7e7c400dbcad61a7485821869accf9d /Tests/CMakeLib/testCTestResourceSpec.cxx
parent1b4482f65dd41f21ec8abc0777b8dc1f0381bbd6 (diff)
downloadCMake-59df85194e47ea330478410092ddb9c6fcb17163.zip
CMake-59df85194e47ea330478410092ddb9c6fcb17163.tar.gz
CMake-59df85194e47ea330478410092ddb9c6fcb17163.tar.bz2
CTest Resource Allocation: Add test for spec file with no version
Diffstat (limited to 'Tests/CMakeLib/testCTestResourceSpec.cxx')
-rw-r--r--Tests/CMakeLib/testCTestResourceSpec.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLib/testCTestResourceSpec.cxx b/Tests/CMakeLib/testCTestResourceSpec.cxx
index b981387..b69003d 100644
--- a/Tests/CMakeLib/testCTestResourceSpec.cxx
+++ b/Tests/CMakeLib/testCTestResourceSpec.cxx
@@ -56,6 +56,7 @@ static const std::vector<ExpectedSpec> expectedResourceSpecs = {
{"spec33.json", false, {{{}}}},
{"spec34.json", false, {{{}}}},
{"spec35.json", false, {{{}}}},
+ {"spec36.json", false, {{{}}}},
{"noexist.json", false, {{{}}}},
/* clang-format on */
};