about summary refs log tree commit diff homepage
path: root/tools/klee-stats
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 /tools/klee-stats
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 'tools/klee-stats')
-rw-r--r--tools/klee-stats/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/klee-stats/CMakeLists.txt b/tools/klee-stats/CMakeLists.txt
index c742f430..e5f21162 100644
--- a/tools/klee-stats/CMakeLists.txt
+++ b/tools/klee-stats/CMakeLists.txt
@@ -9,5 +9,5 @@
 install(PROGRAMS klee-stats DESTINATION bin)
 
 # Copy into the build directory's binary directory
-# so integration tests can find it
+# so system tests can find it
 configure_file(klee-stats "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/klee-stats" COPYONLY)