summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/watchdog/watchdog.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/watchdog/watchdog.pro')
-rw-r--r--tests/auto/testlib/selftests/watchdog/watchdog.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/watchdog/watchdog.pro b/tests/auto/testlib/selftests/watchdog/watchdog.pro
new file mode 100644
index 0000000000..ddcc3f6ca2
--- /dev/null
+++ b/tests/auto/testlib/selftests/watchdog/watchdog.pro
@@ -0,0 +1,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)