diff options
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x | test/test_all.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index 42843e90..2dd56cef 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -664,6 +664,9 @@ testset += ExampleExpression(["expr_c.py"], testset += ExampleExpression(["constant_propagation.py", Example.get_sample("simple_test.bin"), "-s", "0"], products=["%s.propag.dot" % Example.get_sample("simple_test.bin")]) +testset += ExampleExpression(["export_llvm.py", "-a", "x86_32", Example.get_sample("simple_test.bin"), "0"], + products=["out.ll"]) + for script in [["basic_op.py"], ["basic_simplification.py"], |