diff options
| author | Ajax <commial@gmail.com> | 2015-04-22 14:01:23 +0200 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2015-04-22 17:59:32 +0200 |
| commit | ad022737ed50c1b206a34b4875bc04f0635bbe90 (patch) | |
| tree | f15aac711bf8e31cf817c1e010077701f1289484 /test/test_all.py | |
| parent | 9039f508b2e2d407495d1ab6f74cc78cc891f822 (diff) | |
| download | miasm-ad022737ed50c1b206a34b4875bc04f0635bbe90.tar.gz miasm-ad022737ed50c1b206a34b4875bc04f0635bbe90.zip | |
Core: Introduce SemBuilder, a helper for building semantics side effects
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 fd8d5ad7..9abbe85b 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -101,6 +101,7 @@ for script in ["interval.py", "graph.py", "parse_asm.py", "utils.py", + "sembuilder.py", ]: testset += RegressionTest([script], base_dir="core") ## Expression |