summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/verbose2
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-03-11 19:09:45 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-03-12 11:41:39 +0100
commit8facb31fde586acc1bdf6c74c198560833fe3dd8 (patch)
tree8f7c93aa0978940d0241fd89addfea1c492491f1 /tests/auto/testlib/selftests/verbose2
parentaa77fbca696ce4b107cd0bf866ac7676608f183b (diff)
CMake: Regenerate tests projects
Change-Id: I559bf2c82d83fac9bd3c52a331d99e1e83bc3f87 Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/testlib/selftests/verbose2')
-rw-r--r--tests/auto/testlib/selftests/verbose2/.prev_CMakeLists.txt2
-rw-r--r--tests/auto/testlib/selftests/verbose2/CMakeLists.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/verbose2/.prev_CMakeLists.txt b/tests/auto/testlib/selftests/verbose2/.prev_CMakeLists.txt
index 7b43fc0085..d55948ee73 100644
--- a/tests/auto/testlib/selftests/verbose2/.prev_CMakeLists.txt
+++ b/tests/auto/testlib/selftests/verbose2/.prev_CMakeLists.txt
@@ -7,6 +7,8 @@
add_qt_executable(verbose2
SOURCES
../counting/tst_counting.cpp
+ DEFINES
+ TESTLIB_VERBOSITY_ARG="-v2"
PUBLIC_LIBRARIES
Qt::Test
)
diff --git a/tests/auto/testlib/selftests/verbose2/CMakeLists.txt b/tests/auto/testlib/selftests/verbose2/CMakeLists.txt
index 138f343178..85e495ee7d 100644
--- a/tests/auto/testlib/selftests/verbose2/CMakeLists.txt
+++ b/tests/auto/testlib/selftests/verbose2/CMakeLists.txt
@@ -9,6 +9,8 @@ add_qt_executable(verbose2
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
SOURCES
../counting/tst_counting.cpp
+ DEFINES
+ TESTLIB_VERBOSITY_ARG="-v2"
PUBLIC_LIBRARIES
Qt::Test
)