Skip to content

tools: add test-all-suites to Makefile

Rodrigo Muino Tomonari requested to merge github/fork/Trott/test-all into master

There is currently no Makefile target that runs every test suite. This adds one.

Didn't add it to vcbuild.bat because I'm not sure if * wildcard works the same way on Windows or not and I don't have Windows to test. Apparently 26 of the 46 targets in Makefile do not exist in vcbuild.bat so I suppose this is not a deal-breaker. But we can open a separate issue (and label it good-first-contribution) to have this added to vcbuild.bat. Or someone can add a commit to this branch to add it if they have Windows and can test their implementation.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading