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