suite: add python_capstone_setup.py

This commit is contained in:
Nguyen Anh Quynh 2015-06-07 15:55:05 +08:00
parent fb18a93f73
commit 7574ed9802

4
suite/python_capstone_setup.py Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
# this prints out Capstone setup & core+Python-binding versions
python -c "import capstone; print capstone.debug()"