RunCMakeTest.cmake 1004 B

1234567891011121314151617181920212223242526272829303132
  1. include(RunCMake)
  2. run_cmake(DOWNLOAD-hash-mismatch)
  3. run_cmake(DOWNLOAD-unused-argument)
  4. run_cmake(UPLOAD-unused-argument)
  5. run_cmake(INSTALL-DIRECTORY)
  6. run_cmake(INSTALL-MESSAGE-bad)
  7. run_cmake(FileOpenFailRead)
  8. run_cmake(LOCK)
  9. run_cmake(LOCK-error-file-create-fail)
  10. run_cmake(LOCK-error-guard-incorrect)
  11. run_cmake(LOCK-error-incorrect-timeout)
  12. run_cmake(LOCK-error-incorrect-timeout-trail)
  13. run_cmake(LOCK-error-lock-fail)
  14. run_cmake(LOCK-error-negative-timeout)
  15. run_cmake(LOCK-error-no-function)
  16. run_cmake(LOCK-error-no-guard)
  17. run_cmake(LOCK-error-no-path)
  18. run_cmake(LOCK-error-no-result-variable)
  19. run_cmake(LOCK-error-no-timeout)
  20. run_cmake(LOCK-error-timeout)
  21. run_cmake(LOCK-error-unknown-option)
  22. run_cmake(GLOB)
  23. run_cmake(GLOB_RECURSE)
  24. # test is valid both for GLOB and GLOB_RECURSE
  25. run_cmake(GLOB-error-LIST_DIRECTORIES-not-boolean)
  26. # test is valid both for GLOB and GLOB_RECURSE
  27. run_cmake(GLOB-error-LIST_DIRECTORIES-no-arg)
  28. if(NOT WIN32 OR CYGWIN)
  29. run_cmake(GLOB_RECURSE-cyclic-recursion)
  30. endif()