diff options
author | Hoang M. Le <hle@informatik.uni-bremen.de> | 2016-06-10 12:14:06 +0200 |
---|---|---|
committer | Hoang M. Le <hle@informatik.uni-bremen.de> | 2016-06-10 12:14:06 +0200 |
commit | 05a7b4c79603c5803cff1cc0e82d3e666ff486a2 (patch) | |
tree | a280013f3f184a78d4e90767f4b3d8e4d5b5f0ae /.travis | |
parent | 9ef3c841b6d22e972ba8635a2eb2d3919bce9192 (diff) | |
download | klee-05a7b4c79603c5803cff1cc0e82d3e666ff486a2.tar.gz |
rename the configure option --with-metasmt-default-solver to --with-metasmt-default-backend and improve the associated CXX flag
Diffstat (limited to '.travis')
-rwxr-xr-x | .travis/klee.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/klee.sh b/.travis/klee.sh index bb57f281..98dbbc0d 100755 --- a/.travis/klee.sh +++ b/.travis/klee.sh @@ -66,7 +66,7 @@ for solver in ${SOLVER_LIST}; do ;; metaSMT) echo "metaSMT" - KLEE_METASMT_CONFIGURE_OPTION="--with-metasmt=${BUILD_DIR}/metaSMT/build/root --with-metasmt-default-solver=${METASMT_DEFAULT}" + KLEE_METASMT_CONFIGURE_OPTION="--with-metasmt=${BUILD_DIR}/metaSMT/build/root --with-metasmt-default-backend=${METASMT_DEFAULT}" ;; *) echo "Unknown solver ${solver}" |