diff options
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", |