mirror of
https://github.com/reactos/CMake.git
synced 2024-11-27 21:41:03 +00:00
Merge topic 'ctest-spec-file-version-test'
59df85194e
CTest Resource Allocation: Add test for spec file with no version
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4092
This commit is contained in:
commit
398dfc1338
@ -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 */
|
||||
};
|
||||
|
4
Tests/CMakeLib/testCTestResourceSpec_data/spec36.json
Normal file
4
Tests/CMakeLib/testCTestResourceSpec_data/spec36.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"local": [
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user