diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2015-10-26 20:39:57 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2015-10-27 21:25:08 +0100 |
| commit | cfb77ea2340ecaa9f15c476e56474f63160e1d69 (patch) | |
| tree | 020da4c85a6454f3f1ed700a1773a162335dc742 /test/test_all.py | |
| parent | 31baf840e8badd6789754379aa28b07c66a80244 (diff) | |
| download | miasm-cfb77ea2340ecaa9f15c476e56474f63160e1d69.tar.gz miasm-cfb77ea2340ecaa9f15c476e56474f63160e1d69.zip | |
Test/mips/unit: add jcc tests
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") |