diff options
Diffstat (limited to 'tests/test_rawimage_rpc.py')
| -rw-r--r-- | tests/test_rawimage_rpc.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_rawimage_rpc.py b/tests/test_rawimage_rpc.py index df1166d..d39ad35 100644 --- a/tests/test_rawimage_rpc.py +++ b/tests/test_rawimage_rpc.py @@ -20,6 +20,10 @@ Requires: tmux or zellij, IDA (idalib). ~2min. ~/ida-venv/bin/python tests/test_rawimage_rpc.py """ + +#: spawns a real mux pane on a firmware image. +#: Read by tests/run.py (--fast skips every NEEDS_IDA file). +NEEDS_IDA = True import json import os import re |
