mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-26 23:13:54 +00:00
Initial Commit
This commit is contained in:
9
thirdparty/capstone/bindings/python/tests/test_all.py
vendored
Normal file
9
thirdparty/capstone/bindings/python/tests/test_all.py
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import test_lite
|
||||
import test_skipdata
|
||||
import test_customized_mnem
|
||||
|
||||
test_lite.test_class()
|
||||
test_skipdata.test_class()
|
||||
test_customized_mnem.test()
|
Reference in New Issue
Block a user