summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/verbose1
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/verbose1
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/verbose1')
-rw-r--r--tests/auto/testlib/selftests/verbose1/.prev_CMakeLists.txt2
-rw-r--r--tests/auto/testlib/selftests/verbose1/CMakeLists.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/verbose1/.prev_CMakeLists.txt b/tests/auto/testlib/selftests/verbose1/.prev_CMakeLists.txt
index 9faa977236..2f43297908 100644
--- a/tests/auto/testlib/selftests/verbose1/.prev_CMakeLists.txt
+++ b/tests/auto/testlib/selftests/verbose1/.prev_CMakeLists.txt
@@ -7,6 +7,8 @@
add_qt_executable(verbose1
SOURCES
../counting/tst_counting.cpp
+ DEFINES
+ TESTLIB_VERBOSITY_ARG="-v1"
PUBLIC_LIBRARIES
Qt::Test
)
diff --git a/tests/auto/testlib/selftests/verbose1/CMakeLists.txt b/tests/auto/testlib/selftests/verbose1/CMakeLists.txt
index 10f79d2d22..f44887156f 100644
--- a/tests/auto/testlib/selftests/verbose1/CMakeLists.txt
+++ b/tests/auto/testlib/selftests/verbose1/CMakeLists.txt
@@ -9,6 +9,8 @@ add_qt_executable(verbose1
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
SOURCES
../counting/tst_counting.cpp
+ DEFINES
+ TESTLIB_VERBOSITY_ARG="-v1"
PUBLIC_LIBRARIES
Qt::Test
)