-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: introduce make jstest #19324
build: introduce make jstest #19324
Conversation
Add a `make jstest` target that runs tests written in JavaScript (excluding documentation tests which are run in `make test-doc`).
Any reason not to add the same feature to |
@Trott Just me being bad at Windows batch scripts..? I could not find a |
There is |
Wouldn't this make more sense as |
Mostly because |
BTW, there is |
Hmm okay. I'd probably still go with Existing list is:
|
Landed in 2f8df6b, thanks! |
Add a `make jstest` target that runs tests written in JavaScript (excluding documentation tests which are run in `make test-doc`). PR-URL: #19324 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matheus Marchini <matheus@sthima.com>
Add a `make jstest` target that runs tests written in JavaScript (excluding documentation tests which are run in `make test-doc`). PR-URL: #19324 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matheus Marchini <matheus@sthima.com>
Add a
make jstest
target that runs tests written in JavaScript(excluding documentation tests which are run in
make test-doc
).Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes