summaryrefslogtreecommitdiffstats
path: root/util/wasm/batchedtestrunner/batchedtestrunner.html
diff options
context:
space:
mode:
Diffstat (limited to 'util/wasm/batchedtestrunner/batchedtestrunner.html')
-rw-r--r--util/wasm/batchedtestrunner/batchedtestrunner.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/util/wasm/batchedtestrunner/batchedtestrunner.html b/util/wasm/batchedtestrunner/batchedtestrunner.html
new file mode 100644
index 0000000000..147cf34376
--- /dev/null
+++ b/util/wasm/batchedtestrunner/batchedtestrunner.html
@@ -0,0 +1,15 @@
+<!--
+Copyright (C) 2022 The Qt Company Ltd.
+SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+-->
+
+<!doctype html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>WASM batched test runner (emrun-enabled)</title>
+ <link rel="stylesheet" href="qtestoutputreporter.css"></link>
+ <script type="module" defer="defer" src="qwasmtestmain.js"></script>
+</head>
+<body></body>
+</html>