about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorajax <devnull@localhost>2014-07-30 14:59:29 +0200
committerajax <devnull@localhost>2014-07-30 14:59:29 +0200
commite97492dbd0b93c58305c7d5c5b4ecc538e7f7274 (patch)
treeb791b99f0a717ff2f92b51aac10ad5b8ab8d3c87 /test/test_all.py
parent3fad4f6780a21c55deac7f04ff8a1ba89e6531c2 (diff)
downloadmiasm-e97492dbd0b93c58305c7d5c5b4ecc538e7f7274.tar.gz
miasm-e97492dbd0b93c58305c7d5c5b4ecc538e7f7274.zip
Test: Improve x86 SSE tests (thanks to Adrien Guinet)
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 ae1ca741..eb1e7fcd 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -23,6 +23,7 @@ all_tests = {
     "test": {
         "architecture": [
             ["arch/x86/arch.py"],
+            ["arch/x86/sem.py"],
             ["arch/arm/arch.py"],
             ["arch/arm/sem.py"],
             ["arch/msp430/arch.py"],