about summary refs log tree commit diff homepage
path: root/.travis
diff options
context:
space:
mode:
authorDan Liew <daniel.liew@imperial.ac.uk>2016-12-17 13:44:03 +0000
committerDan Liew <daniel.liew@imperial.ac.uk>2017-01-16 22:45:05 +0000
commitd7e82a2d4e0f588faebfb6e44d01e685587f6872 (patch)
treeb432df2982b1f97a6d4ca70ea1ae8d66f8826910 /.travis
parentaedbca881945da47005835a405188041b40ae7cc (diff)
downloadklee-d7e82a2d4e0f588faebfb6e44d01e685587f6872.tar.gz
[CMake] Rename "integrationtests" to "systemtests".
This was a proposal from #500.

@andreamattavelli pointed out that the lit tests are really
system tests rather than integration tests so this commit fixes
the inappropriate naming that I chose.
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/klee.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/klee.sh b/.travis/klee.sh
index 7ecfe78a..09fb175a 100755
--- a/.travis/klee.sh
+++ b/.travis/klee.sh
@@ -191,7 +191,7 @@ fi
 # lit tests
 ###############################################################################
 if [ "X${USE_CMAKE}" == "X1" ]; then
-  make integrationtests
+  make systemtests
 else
   # Note can't use ``make check`` because llvm-lit is not available
   cd test