summaryrefslogtreecommitdiffstats
path: root/tests/auto/other
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2023-02-16 14:44:30 +0200
committerAhmad Samir <a.samirh78@gmail.com>2023-03-11 12:40:14 +0200
commit46b483ace0248bec349e3c2e87736f717510d400 (patch)
treec2d09bec98b92375047a60669544038ac08d756f /tests/auto/other
parente426a4e3fad376aecdfb1e308b22eba9002aacf7 (diff)
Make sure helper executables used by unittests are built
E.g. tst_qprocess_and_guieventloop uses write-read-write. This is useful e.g. when not building all of qtbase, but only a specific unittest while hacking code. Change-Id: Id97c6c09c180ba35554d75877a434cb258a6243d Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/other')
-rw-r--r--tests/auto/other/qprocess_and_guieventloop/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/other/qprocess_and_guieventloop/CMakeLists.txt b/tests/auto/other/qprocess_and_guieventloop/CMakeLists.txt
index dfaaa9edfb..aa899958e4 100644
--- a/tests/auto/other/qprocess_and_guieventloop/CMakeLists.txt
+++ b/tests/auto/other/qprocess_and_guieventloop/CMakeLists.txt
@@ -12,3 +12,4 @@ qt_internal_add_test(tst_qprocess_and_guieventloop
Qt::Gui
)
add_subdirectory(write-read-write)
+add_dependencies(tst_qprocess_and_guieventloop write-read-write)