blob: d3f004ba36092a4b480638d2a8e382c781f5c27d [file] [log] [blame]
Nguyen Anh Quynhfc3636a2014-05-17 09:45:23 +08001#!/usr/bin/env python
2
Daniel Collin2ee675c2015-08-03 18:45:08 +02003import test_basic, test_arm, test_arm64, test_detail, test_lite, test_m68k, test_mips, \
Fotis Loukos0850d552016-05-03 15:52:11 +03004 test_ppc, test_x86, test_skipdata, test_sparc, test_systemz, test_tms320c64x, test_customized_mnem
Nguyen Anh Quynhfc3636a2014-05-17 09:45:23 +08005
fenuks110ab1d2014-04-11 11:00:33 +02006
Nguyen Anh Quynh27371352015-06-08 17:21:27 +08007test_basic.test_class()
fenuks110ab1d2014-04-11 11:00:33 +02008test_arm.test_class()
9test_arm64.test_class()
10test_detail.test_class()
11test_lite.test_class()
Daniel Collin2ee675c2015-08-03 18:45:08 +020012test_m68k.test_class()
fenuks110ab1d2014-04-11 11:00:33 +020013test_mips.test_class()
14test_ppc.test_class()
Nguyen Anh Quynhfc3636a2014-05-17 09:45:23 +080015test_sparc.test_class()
16test_systemz.test_class()
fenuks110ab1d2014-04-11 11:00:33 +020017test_x86.test_class()
Fotis Loukos0850d552016-05-03 15:52:11 +030018test_tms320c64x.test_class()
Nguyen Anh Quynhfc3636a2014-05-17 09:45:23 +080019test_skipdata.test_class()
Nguyen Anh Quynh03d1e1f2015-04-27 11:51:48 +080020test_customized_mnem.test()