about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2018-12-20 20:05:55 +0100
committerGitHub <noreply@github.com>2018-12-20 20:05:55 +0100
commit011e1e209b3d00afe3c8e65000209a568c5eb791 (patch)
treed9d50826df2c94bdcc10a2e676cb4739ee685f66 /test/test_all.py
parent75417940371bf1bf95d2f562141f2284d1f77f71 (diff)
parentbff40462030dc01ee651595370479619e15500d2 (diff)
downloadmiasm-011e1e209b3d00afe3c8e65000209a568c5eb791.tar.gz
miasm-011e1e209b3d00afe3c8e65000209a568c5eb791.zip
Merge pull request #904 from commial/feature/export-LLVM
Feature/export llvm
Diffstat (limited to 'test/test_all.py')
-rwxr-xr-xtest/test_all.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 459d529e..4cb18241 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -675,6 +675,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"],