about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2015-11-09 15:50:08 +0100
committerAjax <commial@gmail.com>2015-11-09 15:50:08 +0100
commit857f4f33f952b2df40bc383f64c6b29d67952088 (patch)
treec84ce26445754b16f48bc3f0e3980285e1be626e /test/test_all.py
parentc3c27428f87d9dd0cba29a95ef8374e1dd6a65c7 (diff)
downloadmiasm-857f4f33f952b2df40bc383f64c6b29d67952088.tar.gz
miasm-857f4f33f952b2df40bc383f64c6b29d67952088.zip
Test: add a unit test for x86 interrupt_num
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 faae79c5..4b39eb50 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",