-
Notifications
You must be signed in to change notification settings - Fork 459
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
run tests with options to prefix build root path #1055
Conversation
d836a47
to
45f2a55
Compare
test/common/index.js
Outdated
`../build/${buildType}/binding.node`, | ||
`../build/${buildType}/binding_noexcept.node`, | ||
`../build/${buildType}/binding_noexcept_maybe.node`, | ||
`${relativeBuildPath}../build/${buildType}/binding.node`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion from @legendecas in Node-api weekly meeting use path.join
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion from Node-api weekly meeting use "buildPathRoot"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@legendecas @mhdawson I have added path.join and renamed prefix to "buildPathRoot"
45f2a55
to
b79a335
Compare
@KevinEady @gabrielschulhof , this PR is ready to review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR-URL: #1055 Reviewed-By: Michael Dawson <midawson@redhat.com>
Landed as 62b666c |
PR-URL: nodejs#1055 Reviewed-By: Michael Dawson <midawson@redhat.com>
PR-URL: nodejs#1055 Reviewed-By: Michael Dawson <midawson@redhat.com>
PR-URL: nodejs/node-addon-api#1055 Reviewed-By: Michael Dawson <midawson@redhat.com>
PR-URL: nodejs/node-addon-api#1055 Reviewed-By: Michael Dawson <midawson@redhat.com>
PR-URL: nodejs/node-addon-api#1055 Reviewed-By: Michael Dawson <midawson@redhat.com>
PR-URL: nodejs/node-addon-api#1055 Reviewed-By: Michael Dawson <midawson@redhat.com>
No description provided.