mirror of
https://github.com/sashs/Ropper
synced 2026-06-08 17:20:46 +00:00
12 lines
311 B
Python
12 lines
311 B
Python
from testcases.test_general import *
|
|
from testcases.test_x86_64 import *
|
|
from testcases.test_x86 import *
|
|
from testcases.test_arm import *
|
|
from testcases.test_arm64 import *
|
|
from testcases.test_mips import *
|
|
from testcases.test_ppc import *
|
|
from testcases.test_console import *
|
|
import unittest
|
|
|
|
unittest.main()
|