diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2017-08-06 01:27:00 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2017-08-08 09:25:57 +0200 |
| commit | 4405b72e1a7fe5e4d20c67091f5a039bec01c42e (patch) | |
| tree | 0c10c8661b0ab5d0fa654b89d44ecb479fba9dc5 /test/test_all.py | |
| parent | 4b200beb1bda68ee94844a81bd9d618da634f8e9 (diff) | |
| download | miasm-4405b72e1a7fe5e4d20c67091f5a039bec01c42e.tar.gz miasm-4405b72e1a7fe5e4d20c67091f5a039bec01c42e.zip | |
Objc: add regression test
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x | test/test_all.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index 3da2dbb5..07542f6a 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -247,6 +247,11 @@ for script in ["modint.py", ]: testset += RegressionTest([script], base_dir="expression") +## ObjC/CHandler +testset += RegressionTest(["test_chandler.py"], base_dir="expr_type", + tags=[TAGS["cparser"]]) + + ## IR for script in ["symbexec.py", "ir.py", |