git-subtree-dir: external/capstone git-subtree-split: 5430745e9623786f65c0d773a417f389ebb43395
10 lines
169 B
Python
Executable File
10 lines
169 B
Python
Executable File
#!/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()
|