summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/verbose1
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-03-01 11:01:49 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-02 01:06:22 +0100
commit123eb803ef1a7af36eefdf9a668f1f29d6597f1d (patch)
tree28dc8275af863eb711f370c2cbf46209d3c87655 /tests/auto/testlib/selftests/verbose1
parent51296085b9d96b131d1f095dd2cfe61745c07ef3 (diff)
testlib: Add selftests for -v1 and -v2 command-line switches.
These tests don't have their own source code but rather reuse the counting selftest with additional command-line options. Note that currently the -v1 switch only changes the plain text output, and the expected xml output is identical to that of the counting test. This may change in the future however. This commit also restores a couple of lists to alphabetical order, where the findtestdata selftest was not sorted into the list correctly. Change-Id: Ie38e255f8029157b34162b3864b5fa66e137d74a Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/testlib/selftests/verbose1')
-rw-r--r--tests/auto/testlib/selftests/verbose1/verbose1.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/verbose1/verbose1.pro b/tests/auto/testlib/selftests/verbose1/verbose1.pro
new file mode 100644
index 0000000000..f00ae69d17
--- /dev/null
+++ b/tests/auto/testlib/selftests/verbose1/verbose1.pro
@@ -0,0 +1,10 @@
+# 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
+
+mac:CONFIG -= app_bundle
+CONFIG -= debug_and_release_target
+
+TARGET = verbose1