mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-05-21 09:22:05 +00:00
10 lines
169 B
Python
10 lines
169 B
Python
![]() |
#!/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()
|