diff options
Diffstat (limited to 'tests/test_thumb_ui.py')
| -rw-r--r-- | tests/test_thumb_ui.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_thumb_ui.py b/tests/test_thumb_ui.py index b0ca00b..92a19fb 100644 --- a/tests/test_thumb_ui.py +++ b/tests/test_thumb_ui.py @@ -9,6 +9,10 @@ garbage. `t` switches the mode. Uses experiments/fibonacci.bin (real Thumb), so the encodings are not a guess. Needs IDA. ~40s. """ + +#: spawns a real worker on Thumb code and drives the pilot. +#: Read by tests/run.py (--fast skips every NEEDS_IDA file). +NEEDS_IDA = True import asyncio import os import sys |
