You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to run the Emscripten tests in a headless browser on Linux and osx (in future we plan to include instructions on how to run the tests in a browser on Windows too). To do this we will first move to the tests directory
211
+
It is possible to run the Emscripten tests in a headless browser. To do this we will first move to the tests directory
212
212
213
213
214
214
```bash
@@ -283,6 +283,26 @@ echo "Running DynamicLibraryManagerTests in Firefox"
Copy file name to clipboardExpand all lines: docs/Emscripten-build-instructions.rst
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,7 @@ To build and test your Emscripten build of CppInterOp on Windows execute the fol
232
232
..\
233
233
emmake make -j $(nproc --all) check-cppinterop
234
234
235
-
It is possible to run the Emscripten tests in a headless browser on Linux and osx (in future we plan to include instructions on how to run the tests in a browser on Windows too). To do this we will first move to the tests directory
235
+
It is possible to run the Emscripten tests in a headless browser. To do this we will first move to the tests directory
236
236
237
237
.. code:: bash
238
238
@@ -306,6 +306,24 @@ so we currently only run the tests using Firefox on this platform, unlike other
306
306
echo"Running DynamicLibraryManagerTests in Firefox"
0 commit comments