diff options
author | Hoang M. Le <hle@cs.uni-bremen.de> | 2016-12-20 20:58:44 +0100 |
---|---|---|
committer | Dan Liew <delcypher@gmail.com> | 2016-12-23 17:30:50 +0000 |
commit | 5caccf0c9bef886b61111609f1f95937aeb5596c (patch) | |
tree | 937aebc310a7e45bf2255dfd2521159fc6f9d46d /.travis.yml | |
parent | a59bb9e8291edfef5d6289494019acfbcb21f63a (diff) | |
download | klee-5caccf0c9bef886b61111609f1f95937aeb5596c.tar.gz |
rerun lit tests for non-default metaSMT backends
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f559c8c8..435d5139 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,7 +61,6 @@ env: - LLVM_VERSION=2.9 SOLVERS=STP STP_VERSION=2.1.2 KLEE_UCLIBC=klee_0_9_29 DISABLE_ASSERTIONS=0 ENABLE_OPTIMIZED=1 COVERAGE=0 # Test metaSMT support - # TODO: Tests should rerun system tests with different backends. - LLVM_VERSION=3.4 SOLVERS=metaSMT METASMT_DEFAULT=btor KLEE_UCLIBC=klee_uclibc_v1.0.0 DISABLE_ASSERTIONS=0 ENABLE_OPTIMIZED=1 COVERAGE=0 - LLVM_VERSION=2.9 SOLVERS=metaSMT METASMT_DEFAULT=btor KLEE_UCLIBC=klee_uclibc_v1.0.0 DISABLE_ASSERTIONS=0 ENABLE_OPTIMIZED=1 COVERAGE=0 |