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

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@
*.kdev4
/.kdev4
__pycache__
tests-out