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
210
+
211
+
212
+
```bash
213
+
cd ./unittests/CppInterOp/
214
+
```
215
+
216
+
We will run our tests in a fresh installed browser. Installing the browsers, and running the tests within the installed browsers will be platform dependent. To do this on MacOS execute the following
Copy file name to clipboardExpand all lines: docs/Emscripten-build-instructions.rst
+74Lines changed: 74 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -230,6 +230,80 @@ To build and test your Emscripten build of CppInterOp on Windows execute the fol
230
230
..\
231
231
emmake make -j $(nproc --all) check-cppinterop
232
232
233
+
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
234
+
235
+
.. code:: bash
236
+
237
+
cd ./unittests/CppInterOp/
238
+
239
+
We will run our tests in a fresh installed browser. Installing the browsers, and running the tests within the installed browsers will be platform dependent. To do this on MacOS execute the following
0 commit comments