summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/verbose1/verbose1.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/verbose1/verbose1.pro')
-rw-r--r--tests/auto/testlib/selftests/verbose1/verbose1.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/auto/testlib/selftests/verbose1/verbose1.pro b/tests/auto/testlib/selftests/verbose1/verbose1.pro
deleted file mode 100644
index f50ce83ea6..0000000000
--- a/tests/auto/testlib/selftests/verbose1/verbose1.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-# This test just reuses the counting selftest to show how the output
-# differs when the -v1 command-line switch is used.
-
-SOURCES += ../counting/tst_counting.cpp
-QT = core testlib
-
-DEFINES += TESTLIB_VERBOSITY_ARG="-v1"
-
-mac:CONFIG -= app_bundle
-CONFIG -= debug_and_release_target
-
-TARGET = verbose1
-
-include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)