Add tests for Crash, Klee, Lists examples; detect internal errors and exceptions

This commit is contained in:
Alex Groce
2018-07-13 20:50:00 -07:00
parent 751fe57042
commit eb150fc13c
3 changed files with 43 additions and 2 deletions

View File

@@ -17,6 +17,12 @@ install:
- python setup.py install
- cd ..
env:
- TASK=CRASH DEEPSTATE_CMD=deepstate-angr
- TASK=CRASH DEEPSTATE_CMD=deepstate-manticore
- TASK=KLEE DEEPSTATE_CMD=deepstate-angr
- TASK=KLEE DEEPSTATE_CMD=deepstate-manticore
- TASK=LISTS DEEPSTATE_CMD=deepstate-angr
- TASK=LISTS DEEPSTATE_CMD=deepstate-manticore
- TASK=PRIMES DEEPSTATE_CMD=deepstate-angr
- TASK=PRIMES DEEPSTATE_CMD=deepstate-manticore
- TASK=ONEOF DEEPSTATE_CMD=deepstate-angr