summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/watchdog/watchdog.pro
blob: ddcc3f6ca2e883c3baef22acb86b281e4bf48645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SOURCES += tst_watchdog.cpp
QT = core testlib

darwin: CONFIG -= app_bundle
CONFIG -= debug_and_release_target

TARGET = watchdog

# The test deliberately times out; so tell it to do so quickly
checkenv.name = QTEST_FUNCTION_TIMEOUT
checkenv.value = 100
QT_TOOL_ENV += checkenv

include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)