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
206
+
207
+
208
+
```bash
209
+
cd ./unittests/CppInterOp/
210
+
```
211
+
212
+
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
@@ -221,6 +221,80 @@ To build and test your Emscripten build of CppInterOp on Windows execute the fol
221
221
..\
222
222
emmake make -j $(nproc --all) check-cppinterop
223
223
224
+
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
225
+
226
+
.. code:: bash
227
+
228
+
cd ./unittests/CppInterOp/
229
+
230
+
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