comparison UnitTestsSources/WebAssembly/index.html @ 1680:03afa09cfcf1

running the tests of the Orthanc Framework in WebAssembly
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 24 Nov 2020 16:39:54 +0100
parents 5b8b88e5bfd6
children
comparison
equal deleted inserted replaced
1679:5b8b88e5bfd6 1680:03afa09cfcf1
5 <title>Stone of Orthanc</title> 5 <title>Stone of Orthanc</title>
6 </head> 6 </head>
7 <body> 7 <body>
8 <h1>Stone of Orthanc - Unit tests</h1> 8 <h1>Stone of Orthanc - Unit tests</h1>
9 <pre id="output"> 9 <pre id="output">
10 Executing the tests... 10 Running the tests...
11 </pre> 11 </pre>
12 <script src="UnitTests.js" async></script> 12 <script src="UnitTests.js" async></script>
13 </body> 13 </body>
14 </html> 14 </html>