Check results for pass/fail on properties, split into angr and manticore tests
This commit is contained in:
@@ -5,11 +5,14 @@ python:
|
||||
- "2.7"
|
||||
install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install build-essential gcc-multilib cmake python python-setuptools libffi-dev z3
|
||||
- sudo apt-get install build-essential gcc-multilib cmake python python-setuptools libffi-dev
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
- make
|
||||
- python setup.py install
|
||||
env:
|
||||
- TASK=ANGR DEEPSTATE_CMD=deepstate-angr
|
||||
- TASK=MANTICORE DEEPSTATE_CMD=deepstate-manticore
|
||||
script:
|
||||
- deepstate-manticore examples/IntegerArithmetic
|
||||
- nosetests --verbose
|
||||
|
||||
Reference in New Issue
Block a user