about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2015-11-09 16:16:51 +0100
committerserpilliere <serpilliere@users.noreply.github.com>2015-11-09 16:16:51 +0100
commit44b450e822967664b3d53ac44023ad5b425d0340 (patch)
tree57c46f29a8d30b13d38c13bf153b83238d239548 /test/test_all.py
parentea2b165ae2b31d05dfac69bc723bb4625d434a82 (diff)
parentf7792a8efc093096c79e19e0c1ff59da3de5907e (diff)
downloadmiasm-44b450e822967664b3d53ac44023ad5b425d0340.tar.gz
miasm-44b450e822967664b3d53ac44023ad5b425d0340.zip
Merge pull request #261 from commial/x86-interrupt
X86 interrupt
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 c7e421e3..28da3d5a 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -38,6 +38,7 @@ for script in ["x86/sem.py",
                "x86/unit/mn_stack.py",
                "x86/unit/mn_daa.py",
                "x86/unit/mn_das.py",
+               "x86/unit/mn_int.py",
                "arm/arch.py",
                "arm/sem.py",
                "aarch64/unit/mn_ubfm.py",