Merge commit '352a52804df5b9f475d19d3fa8f567c1bf98b8ac' as 'external/capstone'
This commit is contained in:
9
external/capstone/bindings/python/tests/test_all.py
vendored
Executable file
9
external/capstone/bindings/python/tests/test_all.py
vendored
Executable 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