Skip to content

test: do not require flags when executing a file

Instead of throwing an error in case a flag is missing, just start a child_process that includes all flags. This improves the situation for all developers in case they want to just plainly run a test.

Co-authored-by: Rich Trott rtrott@gmail.com

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading