diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-07-08 13:06:31 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-07-08 13:06:54 (GMT) |
commit | 32e13e52916617618d9036440a70fd464ba2ad87 (patch) | |
tree | 370f6a3eb42f16f8a5275bea3958e371833a0bdd /Tests/RunCMake/CTestResourceAllocation/notenough1-ctest-s-res-cmdline-check.cmake | |
parent | 89845851a74d3dd47275803848593c2cd27e9325 (diff) | |
parent | c57695a2f4ad325346e33eee655b75c1716cf957 (diff) | |
download | CMake-32e13e52916617618d9036440a70fd464ba2ad87.zip CMake-32e13e52916617618d9036440a70fd464ba2ad87.tar.gz CMake-32e13e52916617618d9036440a70fd464ba2ad87.tar.bz2 |
Merge topic 'ctest-resource-spec-file-doc'
c57695a2f4 Help: Clarify search order for resource spec file
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4983
Diffstat (limited to 'Tests/RunCMake/CTestResourceAllocation/notenough1-ctest-s-res-cmdline-check.cmake')
-rw-r--r-- | Tests/RunCMake/CTestResourceAllocation/notenough1-ctest-s-res-cmdline-check.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/CTestResourceAllocation/notenough1-ctest-s-res-cmdline-check.cmake b/Tests/RunCMake/CTestResourceAllocation/notenough1-ctest-s-res-cmdline-check.cmake new file mode 100644 index 0000000..321e9a2 --- /dev/null +++ b/Tests/RunCMake/CTestResourceAllocation/notenough1-ctest-s-res-cmdline-check.cmake @@ -0,0 +1,3 @@ +if(EXISTS "${RunCMake_TEST_BINARY_DIR}/ctresalloc.log") + set(RunCMake_TEST_FAILED "ctresalloc.log should not exist") +endif() |