about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2015-10-26 20:39:57 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2015-10-27 21:25:08 +0100
commitcfb77ea2340ecaa9f15c476e56474f63160e1d69 (patch)
tree020da4c85a6454f3f1ed700a1773a162335dc742 /test/test_all.py
parent31baf840e8badd6789754379aa28b07c66a80244 (diff)
downloadmiasm-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.py1
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")