about summary refs log tree commit diff homepage
path: root/scripts/build/run-tests.sh
diff options
context:
space:
mode:
authorMartin Nowack <m.nowack@imperial.ac.uk>2019-03-13 13:31:06 +0000
committerCristian Cadar <c.cadar@imperial.ac.uk>2019-03-17 15:43:21 +0000
commitae1539e421cc225e77cf23d7662644321e78a8ed (patch)
tree707dfdb4438ffa1f3c87fa3225da6ea113d52ef5 /scripts/build/run-tests.sh
parentdccfb3d1b62f0c00e3e16547f3d9ec02de49be52 (diff)
downloadklee-ae1539e421cc225e77cf23d7662644321e78a8ed.tar.gz
Add libc++ as build dependency to KLEE
Diffstat (limited to 'scripts/build/run-tests.sh')
-rwxr-xr-xscripts/build/run-tests.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/build/run-tests.sh b/scripts/build/run-tests.sh
index f39dcad8..387ef8f3 100755
--- a/scripts/build/run-tests.sh
+++ b/scripts/build/run-tests.sh
@@ -57,6 +57,11 @@ run_tests() {
   if [ "${COVERAGE}" -eq 1 ]; then
     coverage_setup "${build_dir}"
   fi
+
+  if [[ -n "${SANITIZER_BUILD+x}" ]]; then
+    for num in {1..10}; do sleep 120; echo 'Keep Travis alive'; done &
+  fi
+
   make systemtests || return 1
   
   # If metaSMT is the only solver, then rerun lit tests with non-default metaSMT backends