diff options
| author | Camille Mougey <commial@gmail.com> | 2017-09-05 10:34:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-05 10:34:49 +0200 |
| commit | 93a6b40af9fc16c662798f051187f4b0ddaff176 (patch) | |
| tree | 52e78215786ac30af74ee3eb1a6ed0bb68a7444d /test/test_all.py | |
| parent | d806661d8407f580578e51194dbf3c3520b399b2 (diff) | |
| parent | a443268da284479438bfb82f59118d0634f074ed (diff) | |
| download | miasm-93a6b40af9fc16c662798f051187f4b0ddaff176.tar.gz miasm-93a6b40af9fc16c662798f051187f4b0ddaff176.zip | |
Merge pull request #610 from serpilliere/x86_add_instr
X86 add instr
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x | 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 17193d9f..70ad62b8 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -245,6 +245,7 @@ for script in ["modint.py", "expression_helper.py", "expr_pickle.py", "parser.py", + "expr_cmp.py", ]: testset += RegressionTest([script], base_dir="expression") |