summaryrefslogtreecommitdiffstats
path: root/tests/test_formats.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_formats.py')
-rw-r--r--tests/test_formats.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_formats.py b/tests/test_formats.py
index 1045703..c0ad542 100644
--- a/tests/test_formats.py
+++ b/tests/test_formats.py
@@ -1,5 +1,9 @@
#!/usr/bin/env python3
"""Format sniffing + load-switch construction (pure stdlib, no IDA)."""
+
+#: format sniffing + load switches, pure stdlib.
+#: Read by tests/run.py (--fast skips every NEEDS_IDA file).
+NEEDS_IDA = False
import os
import sys
import tempfile