Run tests in parallel or only some with a filter

`make check JOBS=4` will spawn 4 workers and spread the tests among them.
`make check FILTER=try` will only run tests that contain `try` in their name.
This commit is contained in:
Levak Borok
2024-06-11 14:31:41 +02:00
parent 513e03c883
commit d8f955d692
3 changed files with 9 additions and 10 deletions

View File

@@ -26,7 +26,8 @@ https://github.com/zrax/pycdc
* Build the generated project or makefile
* For projects (e.g. MSVC), open the generated project file and build it
* For makefiles, just run `make`
* To run tests (on \*nix or MSYS), run `make check`
* To run tests (on \*nix or MSYS), run `make check JOBS=4` (optional
`FILTER=xxxx` to run only certain tests)
## Usage
**To run pycdas**, the PYC Disassembler: