diff options
| author | Camille Mougey <camille.mougey@cea.fr> | 2014-12-10 17:28:33 +0100 |
|---|---|---|
| committer | Camille Mougey <camille.mougey@cea.fr> | 2014-12-10 17:28:33 +0100 |
| commit | 03759804c045e68602df5ada8db12ff74d1bf784 (patch) | |
| tree | 48170970b2c0fd5bfa982ecbae837723b195492b /test/test_all.py | |
| parent | 40f926bf7bc78a62a63960276907b200088b91df (diff) | |
| download | miasm-03759804c045e68602df5ada8db12ff74d1bf784.tar.gz miasm-03759804c045e68602df5ada8db12ff74d1bf784.zip | |
Example: Add an example for ExprRandom
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 0c49f264..efc5ebc6 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -153,6 +153,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 |