add running instructions
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 24 Feb 2022 03:33:13 +0000 (19:33 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 24 Feb 2022 03:33:13 +0000 (19:33 -0800)
src/soc/fu/shift_rot/formal/proof_main_stage.py

index 2423518b672e8527e6ae5fbd8582ef9484a161d5..7ef3258fabb04fa254b65df395b1c5945e4c3d46 100644 (file)
@@ -3,6 +3,13 @@
 """
 Links:
 * https://bugs.libre-soc.org/show_bug.cgi?id=340
+
+run tests with:
+pip install pytest
+pip install pytest-xdist
+pytest -n auto src/soc/fu/shift_rot/formal/proof_main_stage.py
+because that tells pytest to run the tests in parallel, it will take a few
+minutes instead of an hour.
 """
 
 import unittest