diff options
| author | Camille Mougey <commial@gmail.com> | 2015-10-28 09:01:03 +0100 |
|---|---|---|
| committer | Camille Mougey <commial@gmail.com> | 2015-10-28 09:01:03 +0100 |
| commit | 89b7cc0b3bdcff8ef57dba232c9aae544c3ded35 (patch) | |
| tree | eddb33c00193081e0bb616f3f34460858822c304 /test/test_all.py | |
| parent | 3f9071a50671bb7a72d68e2dece83795aa9f9728 (diff) | |
| parent | 1507343ca4b2d437ca51c137ce8be68dd5bcb9da (diff) | |
| download | miasm-89b7cc0b3bdcff8ef57dba232c9aae544c3ded35.tar.gz miasm-89b7cc0b3bdcff8ef57dba232c9aae544c3ded35.zip | |
Merge pull request #243 from serpilliere/fix_mips_br
Fix mips br
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 54537bdf..8d5d16fe 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -46,6 +46,7 @@ for script in ["x86/sem.py", "msp430/sem.py", "sh4/arch.py", "mips32/arch.py", + "mips32/unit/mn_bcc.py", ]: testset += RegressionTest([script], base_dir="arch") |