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>2014-09-19 15:26:05 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2014-09-19 15:26:05 +0200
commit032263e8f58573c5cbb61928b9edcc62855c989d (patch)
treeba70f018dba7eb76c6cc122e38ba228f4681f659 /test/test_all.py
parent8538d98b35837e540b8a6d576bed7c93d86fda86 (diff)
downloadmiasm-032263e8f58573c5cbb61928b9edcc62855c989d.tar.gz
miasm-032263e8f58573c5cbb61928b9edcc62855c989d.zip
test: add mnemonic tests
Diffstat (limited to 'test/test_all.py')
-rw-r--r--test/test_all.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 9bdfa425..a7b73d86 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -24,6 +24,8 @@ all_tests = {
         "architecture": [
             ["arch/x86/arch.py"],
             ["arch/x86/sem.py"],
+            ["arch/x86/unit/mn_strings.py"],
+            ["arch/x86/unit/mn_float.py"],
             ["arch/arm/arch.py"],
             ["arch/arm/sem.py"],
             ["arch/msp430/arch.py"],