Warning, /plasma/plasma-pa/appiumtests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2023 Fushan Wen <qydwhotmail@gmail.com>
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 
0004 if(NOT BUILD_TESTING OR NOT CMAKE_SYSTEM_NAME MATCHES "Linux")
0005     return()
0006 endif()
0007 
0008 add_test(
0009     NAME applettest
0010     COMMAND selenium-webdriver-at-spi-run ${CMAKE_CURRENT_SOURCE_DIR}/applettest.py
0011 )
0012 set_tests_properties(applettest PROPERTIES TIMEOUT 300)