about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
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"],