diff options
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 1 |
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"], |