about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorAymeric Vincent <13720957+a-vincent@users.noreply.github.com>2019-09-24 13:41:25 +0200
committerAymeric Vincent <13720957+a-vincent@users.noreply.github.com>2019-09-25 14:18:53 +0200
commitdd23691c86890e865d1e5fbe45ccdd591737dfa3 (patch)
treed3d7d597a5e13f54e7a083e53bd47b3782fb2ff6 /test/test_all.py
parenta92af0c6e3a5d52e3ec1b1f549fdd68784dc328e (diff)
downloadmiasm-dd23691c86890e865d1e5fbe45ccdd591737dfa3.tar.gz
miasm-dd23691c86890e865d1e5fbe45ccdd591737dfa3.zip
Add a few PPC32 tests
Diffstat (limited to 'test/test_all.py')
-rwxr-xr-xtest/test_all.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 9dcd43e0..02bddb51 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -60,6 +60,7 @@ testset += RegressionTest(["aarch64/arch.py"], base_dir="arch")
 testset += RegressionTest(["sh4/arch.py"], base_dir="arch")
 testset += RegressionTest(["msp430/arch.py"], base_dir="arch")
 testset += RegressionTest(["mips32/arch.py"], base_dir="arch")
+testset += RegressionTest(["ppc32/arch.py"], base_dir="arch")
 
 
 
@@ -105,6 +106,7 @@ for script in ["x86/sem.py",
                "aarch64/unit/mn_ubfm.py",
                "msp430/sem.py",
                "mips32/unit/mn_bcc.py",
+               "ppc32/sem.py",
                ]:
     for jitter in ArchUnitTest.jitter_engines:
         if jitter in blacklist.get(script, []):