Lines Matching +full:windows +full:- +full:test
5 as appropriate for the platform (for example libnode.dll on windows).
19 * Windows
24 On non-Windows platforms, Node.js is built with the shared library
25 option by adding `--shared` to the configure step. On Windows
31 * executable - node
32 * library - libnode
35 generated so that we can run the standard Node.js test suite
40 example, node.exe on windows and node on other platforms for
44 in a build on macOS `libnode.105.dylib`. For non-windows platforms
66 For the node wrapper on windows it is built expecting
77 On windows, functions that may be linked from native
92 pre-built binaries expect symbols to be exported from the executable
106 are some CI jobs that can be used to test the shared library support and
109 * [node-test-commit-linux-as-shared-lib](https://ci.nodejs.org/view/Node.js%20Daily/job/node-test-c…
110 * <https://ci.nodejs.org/view/All/job/node-test-commit-osx-as-shared-lib/>
111 * [node-test-commit-aix-shared-lib](https://ci.nodejs.org/view/Node.js%20Daily/job/node-test-commit…
113 TODO: add a Job for windows
117 the test suite.