about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2019-05-09 10:50:32 +0200
committerAjax <commial@gmail.com>2019-05-09 10:52:12 +0200
commit178b202120a22b7ca92c137c363ebb15d843a726 (patch)
tree32e07d366d08451db96c15b5d5627e3abad92531 /test/test_all.py
parent5c5eb1f9b7a65728b8745f7e07bc1de66d528d3d (diff)
downloadmiasm-178b202120a22b7ca92c137c363ebb15d843a726.tar.gz
miasm-178b202120a22b7ca92c137c363ebb15d843a726.zip
Loader example: test_pe: remove useless imports, comment and rename
Diffstat (limited to 'test/test_all.py')
-rwxr-xr-xtest/test_all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 445d2b16..1f729a71 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -704,7 +704,7 @@ class ExampleLoader(Example):
     example_dir = "loader"
 
 
-testset += ExampleLoader(["test_pe.py"], products=["uu.bin"])
+testset += ExampleLoader(["build_pe.py"], products=["fresh_pe.exe"])
 # A sample is required, so "minidump_to_pe.py" is disabled for now