CTest Resource Allocation: Add test for spec file with no version

This commit is contained in:
Kyle Edwards
2019-11-26 11:41:56 -05:00
parent 1b4482f65d
commit 59df85194e
2 changed files with 5 additions and 0 deletions

View File

@@ -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 */
};

View File

@@ -0,0 +1,4 @@
{
"local": [
]
}