From 032263e8f58573c5cbb61928b9edcc62855c989d Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Fri, 19 Sep 2014 15:26:05 +0200 Subject: test: add mnemonic tests --- test/test_all.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test_all.py') 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"], -- cgit 1.4.1