diff options
| author | Caroline Leman <caroline.leman@yahoo.fr> | 2018-07-13 13:04:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-13 13:04:20 +0000 |
| commit | f6c74ba4178768398aa15ebc234875205ee80318 (patch) | |
| tree | f772c570e02debb1cd12284f2095a473252fdbee | |
| parent | cc9c0c70af3a91157226440ae3b64199711ee0db (diff) | |
| parent | 0a507fca9bd69d4f21667904fdb63b0aa795f39b (diff) | |
| download | miasm-f6c74ba4178768398aa15ebc234875205ee80318.tar.gz miasm-f6c74ba4178768398aa15ebc234875205ee80318.zip | |
Merge pull request #798 from serpilliere/fix_tests
Test: don't reset *all* tests
| -rwxr-xr-x | test/test_all.py | 1 |
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") |