Skip to content

build: introduce make jstest

Rodrigo Muino Tomonari requested to merge github/fork/joyeecheung/jstest into master

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), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading