Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: split off tests into separate gyp file #1725

Merged
merged 2 commits into from
Jan 27, 2018

Conversation

bnoordhuis
Copy link
Member

Make it easier for Node.js to ship libuv in its tarballs without also
including the test suite. Node.js already does so but recent changes
to its build system complicate that.

Kills two birds with one stone: it helps out Node.js and it makes it
harder for us to introduce hidden dependencies between the library and
the test suite.

Refs: nodejs/node#18287
CI: https://ci.nodejs.org/view/libuv/job/libuv-test-commit/691/

I had to apply some per-platform tweaks that are in separate commits for your reviewing pleasure.

@bnoordhuis
Copy link
Member Author

R=@cjihrig, maybe?

Drop obsolete workarounds from the `gyp_uv.py` wrapper script.
The bugs they work around were fixed about five years ago.

PR-URL: libuv#1725
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Make it easier for Node.js to ship libuv in its tarballs without also
including the test suite.  Node.js already does so but recent changes
to its build system complicate that.

Kills two birds with one stone: it helps out Node.js and it makes it
harder for us to introduce hidden dependencies between the library and
the test suite.

PR-URL: libuv#1725
Refs: nodejs/node#18287
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@bnoordhuis
Copy link
Member Author

Cheers, landed in 83e1871...fdf7c2a.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants