summaryrefslogtreecommitdiffstats
path: root/cmake/QtBaseGlobalTargets.cmake
diff options
context:
space:
mode:
authorDavid Skoland <david.skoland@qt.io>2022-03-17 17:28:41 +0100
committerDavid Skoland <david.skoland@qt.io>2022-03-31 16:50:25 +0200
commitb01ee1d44c17038f72e746248af3a9d6492723d9 (patch)
treeacd03c8d834542ec9154bdd6f28466548873aa02 /cmake/QtBaseGlobalTargets.cmake
parentc168edba219a0f5167f83ed2e4e2f4de5607d9e4 (diff)
Add WASM testrunner
Add a python script that allows us to run wasm tests in CI, along with the necessary cmake logic to install the script and execute tests accordingly. Change-Id: I93b95c115538c4e27b2b833405acab8162be2a8a Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'cmake/QtBaseGlobalTargets.cmake')
-rw-r--r--cmake/QtBaseGlobalTargets.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/QtBaseGlobalTargets.cmake b/cmake/QtBaseGlobalTargets.cmake
index ded4055e7e..79fabc6b5f 100644
--- a/cmake/QtBaseGlobalTargets.cmake
+++ b/cmake/QtBaseGlobalTargets.cmake
@@ -393,3 +393,5 @@ qt_copy_or_install(FILES coin/instructions/qmake/ensure_pro_file.cmake
DESTINATION "${__qt_libexec_install_dir}")
qt_copy_or_install(PROGRAMS "util/testrunner/qt-testrunner.py"
DESTINATION "${__qt_libexec_install_dir}")
+qt_copy_or_install(PROGRAMS "util/wasm/wasmtestrunner/qt-wasmtestrunner.py"
+ DESTINATION "${__qt_libexec_install_dir}")