Skip to content
Snippets Groups Projects
Commit 24918985 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

Merge branch 'dev' of https://github.com/Xilinx/finn into dev

parents 8021f86b 15797ba1
No related branches found
No related tags found
No related merge requests found
......@@ -73,8 +73,12 @@ from the FINN root directory* as follows:
python setup.py test --addopts "-k test_end2end_tfc_w1a2"
Please see the pytest documentation for more about picking tests by marks or
by name.
Finally, if you want to run tests in parallel (e.g. to take advantage of a multi-core CPU)
you can use:
* pytest-parallel for any rtlsim tests, e.g. `python setup.py test --addopts "-k rtlsim --workers auto"`
* pytest-xdist for anything else, make sure to add `--dist=loadfile` if you have tests in the same file that have dependencies on each other e.g. `python setup.py test --addopts "-k mytest -n auto --dist=loadfile"`
Please see the pytest documentation for more about picking tests by marks or by name.
Environment variables
**********************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment