Add "readelf"

This commit is contained in:
Biryuzovye Kleshni 2018-06-24 15:55:54 +00:00
parent 74f1008559
commit 5461a7b440

View File

@ -10,6 +10,8 @@ addons:
install:
- pip install -r requirements.txt
- python setup.py install
- make -C src/workprover/fastsolver
- readelf -a src/workprover/fastsolver/libfastsolver.so
script:
- pybitmessage -t
- python setup.py test