mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
CTest Resource Allocation: Add test for spec file with no version
This commit is contained in:
@@ -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 */
|
||||
};
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"local": [
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user