diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2014-12-11 11:10:45 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2014-12-11 11:10:45 +0100 |
| commit | 57c355814bfc83131fa63b4b54aaba0a009afd95 (patch) | |
| tree | 3c70e51683768e79d0de5dcc9f750eab0806bac4 /test/test_all.py | |
| parent | 847ba7b469db138a0d7196399e64c23ff34e4239 (diff) | |
| parent | 03759804c045e68602df5ada8db12ff74d1bf784 (diff) | |
| download | miasm-57c355814bfc83131fa63b4b54aaba0a009afd95.tar.gz miasm-57c355814bfc83131fa63b4b54aaba0a009afd95.zip | |
Merge branch 'feature-exprrandom' of https://github.com/commial/miasm into commial-feature-exprrandom
Conflicts: miasm2/expression/expression_helper.py
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 7ed6bd29..44dd75fa 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -154,6 +154,7 @@ for script in [["symbol_exec.py"], ["expression/simplification_tools.py"], ["expression/expr_grapher.py"], ["expression/simplification_add.py"], + ["expression/expr_random.py"], ]: testset += Example(script) ## Jitter |