Files
kaizen/external/capstone/bindings/python/tests/test_all.py

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()