about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2018-07-13 12:30:31 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2018-07-13 12:30:31 +0200
commit0a507fca9bd69d4f21667904fdb63b0aa795f39b (patch)
treef772c570e02debb1cd12284f2095a473252fdbee /test/test_all.py
parentcc9c0c70af3a91157226440ae3b64199711ee0db (diff)
downloadmiasm-0a507fca9bd69d4f21667904fdb63b0aa795f39b.tar.gz
miasm-0a507fca9bd69d4f21667904fdb63b0aa795f39b.zip
Test: don't reset *all* tests
Diffstat (limited to 'test/test_all.py')
-rwxr-xr-xtest/test_all.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 07210f01..81b6e6e5 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -725,7 +725,6 @@ testset += ExampleJitter(["trace.py", Example.get_sample("md5_arm"), "-a",
                           "0xA684"])
 
 ## Toshiba MeP
-testset = TestSet("../")
 testset += RegressionTest(["launch.py"], base_dir="arch/mep/asm")
 testset += RegressionTest(["launch.py"], base_dir="arch/mep/ir")
 testset += RegressionTest(["launch.py"], base_dir="arch/mep/jit")