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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user