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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+51-6Lines changed: 51 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,57 @@ emcmake cmake \
94
94
emmake make install
95
95
```
96
96
97
+
To test the lite build you can execute the following to run the C++ tests built against emscripten in node
98
+
99
+
```bash
100
+
cdtest
101
+
node test_xeus_cpp.js
102
+
```
103
+
104
+
It is possible to run the Emscripten tests in a headless browser. 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: README.md
+51-6Lines changed: 51 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,57 @@ emcmake cmake \
95
95
emmake make install
96
96
```
97
97
98
+
To test the lite build you can execute the following to run the C++ tests built against emscripten in node
99
+
100
+
```bash
101
+
cdtest
102
+
node test_xeus_cpp.js
103
+
```
104
+
105
+
It is possible to run the Emscripten tests in a headless browser. 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/source/InstallationAndUsage.rst
+51Lines changed: 51 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,57 @@ You are now in a position to build the xeus-cpp kernel. You build it by executin
82
82
emmake make install
83
83
84
84
85
+
To test the lite build you can execute the following to run the C++ tests built against emscripten in node
86
+
87
+
.. code-block:: bash
88
+
89
+
cdtest
90
+
node test_xeus_cpp.js
91
+
92
+
It is possible to run the Emscripten tests in a headless browser. 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