about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2021-10-04 19:30:56 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2021-10-19 10:23:48 +0200
commit81d8bffa66ebfcd78415a5e2347ec21fdc2f1118 (patch)
tree38f55b96573b6ba642156ed5297ef4a438fc0ca6
parentff3e5baa85aa875c748e11668785b35c11b973c5 (diff)
downloadmiasm-81d8bffa66ebfcd78415a5e2347ec21fdc2f1118.tar.gz
miasm-81d8bffa66ebfcd78415a5e2347ec21fdc2f1118.zip
Add get_export to reg tests
-rw-r--r--.github/workflows/tests.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 327b2426..d1208285 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -90,6 +90,11 @@ jobs:
         MIASM_TEST_EXTRA_ARG: -o cparser
 
     - name: Loader tests
+      run: cd example/loader; python --version |& grep -q "Python 3" || flags="-W error"; for i in ../../miasm-extended-tests/loader/dll_win_xp/*.dll; do python get_exports.py $i; done
+      env:
+        MIASM_EXTENTED_TESTS_LOADER: loader
+
+    - name: Loader tests
       run: cd "miasm-extended-tests/$MIASM_EXTENTED_TESTS_LOADER" && ./test_dll.py
       env:
         MIASM_EXTENTED_TESTS_LOADER: loader