You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

DartTestfile.txt 444B

3 years ago
1234567891011121314151617
  1. ### Do not enable the commented out sikuli tests unless you
  2. ### or your lab commits to keep them passing in the long term.
  3. # The results of this particular test have been somewhat random in CI.
  4. # Do not enable unless you've tracked the reason and fixed the situation.
  5. #FIND_PROGRAM(SIKULI NAMES sikuli-ide)
  6. #IF(SIKULI)
  7. # IF(UNIX)
  8. # ADD_TEST(sikuli_ogre_context "${SIKULI}" -t testOgreContext.UNIX.sikuli)
  9. # ENDIF(UNIX)
  10. #ENDIF(SIKULI)