diff options
| author | serpilliere <devnull@localhost> | 2014-08-06 17:28:13 +0200 |
|---|---|---|
| committer | serpilliere <devnull@localhost> | 2014-08-06 17:28:13 +0200 |
| commit | 376576de29b55f10d645bb428fab793b56cf4168 (patch) | |
| tree | 6b24fe2e2e44d302a92ff74f9c1ce42a0b3b06a4 /test/test_all.py | |
| parent | 8cbb7db586badb5102d411af479e2d7ab42ce40c (diff) | |
| download | miasm-376576de29b55f10d645bb428fab793b56cf4168.tar.gz miasm-376576de29b55f10d645bb428fab793b56cf4168.zip | |
Add mips32 arch
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index eb1e7fcd..039234db 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -29,6 +29,7 @@ all_tests = { ["arch/msp430/arch.py"], ["arch/msp430/sem.py"], ["arch/sh4/arch.py"], + ["arch/mips32/arch.py"], ], "core": [ ["core/interval.py"], |