7dbbe0a222
This makes the js batched test runner cooperate with emrun. The runner sends back the output and exit messages to emrun to inform it about the test execution state. The code is based on emrun_postjs.js from the emsdk. Change-Id: I758f2c185797f4000810eb4314423eebc1c5d457 Reviewed-by: David Skoland <david.skoland@qt.io>
15 lines
335 B
HTML
15 lines
335 B
HTML
<!--
|
|
Copyright (C) 2022 The Qt Company Ltd.
|
|
SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
|
-->
|
|
|
|
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>WASM batched test runner (emrun-enabled)</title>
|
|
<script type="module" defer="defer" src="qwasmtestmain.js"></script>
|
|
</head>
|
|
<body></body>
|
|
</html>
|