RunCMakeTest.cmake 593 B

12345678910111213141516171819
  1. include(RunCMake)
  2. run_cmake(INSTALL-DIRECTORY)
  3. run_cmake(INSTALL-MESSAGE-bad)
  4. run_cmake(FileOpenFailRead)
  5. run_cmake(LOCK)
  6. run_cmake(LOCK-error-file-create-fail)
  7. run_cmake(LOCK-error-guard-incorrect)
  8. run_cmake(LOCK-error-incorrect-timeout)
  9. run_cmake(LOCK-error-incorrect-timeout-trail)
  10. run_cmake(LOCK-error-lock-fail)
  11. run_cmake(LOCK-error-negative-timeout)
  12. run_cmake(LOCK-error-no-function)
  13. run_cmake(LOCK-error-no-guard)
  14. run_cmake(LOCK-error-no-path)
  15. run_cmake(LOCK-error-no-result-variable)
  16. run_cmake(LOCK-error-no-timeout)
  17. run_cmake(LOCK-error-timeout)
  18. run_cmake(LOCK-error-unknown-option)