Skip to content

Commit 5234b60

Browse files
xusheng6claude
andcommitted
[emulator] Drop false claim that tests run in the main suite
The README stated tests/python/test_emulator.py loads this module so the tests run as part of the main Binary Ninja test suite, but that file does not exist and nothing under tests/ references the emulator. Remove the inaccurate paragraph. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 8a42cba commit 5234b60

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

plugins/emulator/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ PYTHONPATH=<bn install>/python python3 -m pytest test/emulator_test.py
5252
PYTHONPATH=<bn install>/python python3 test/emulator_test.py
5353
```
5454

55-
Inside the Binary Ninja source tree these same tests also run as part of the main
56-
Binary Ninja test suite (`tests/python/test_emulator.py` loads this module), so
57-
`cd tests && pytest python` exercises them alongside everything else.
58-
5955
## Support status
6056

6157
Only **LLIL** emulation is supported today. **MLIL and HLIL emulation are planned** for the

0 commit comments

Comments
 (0)