historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/capstone/bindings/python/test_all.py
2024-01-16 11:20:27 -06:00

17 lines
429 B
Python

#!/usr/bin/env python
import test_basic, test_arm, test_arm64, test_detail, test_lite, test_mips, test_ppc, \
test_x86, test_skipdata, test_sparc, test_systemz
test_basic.test_class()
test_arm.test_class()
test_arm64.test_class()
test_detail.test_class()
test_lite.test_class()
test_mips.test_class()
test_ppc.test_class()
test_sparc.test_class()
test_systemz.test_class()
test_x86.test_class()
test_skipdata.test_class()