diff options
author | Frank Busse <bb0xfb@gmail.com> | 2018-10-03 22:23:49 +0100 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2018-10-08 16:12:29 +0100 |
commit | f3d3cca63d1e2500764279f7b4fc302fd8106676 (patch) | |
tree | ff3997a39bda7a15122ccb102f773066532413cc /test/CMakeLists.txt | |
parent | dc6cba8a1524fdad87660c780c9c12dcb0b38b24 (diff) | |
download | klee-f3d3cca63d1e2500764279f7b4fc302fd8106676.tar.gz |
add support for klee-replay on OSX
* also adds klee-replay as dependency for systemtests
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ac405da1..0e4ef6f3 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -129,7 +129,7 @@ configure_file(lit.site.cfg.in add_custom_target(systemtests COMMAND "${LIT_TOOL}" ${LIT_ARGS} "${CMAKE_CURRENT_BINARY_DIR}" - DEPENDS klee kleaver kleeRuntest + DEPENDS klee kleaver klee-replay kleeRuntest COMMENT "Running system tests" ${ADD_CUSTOM_COMMAND_USES_TERMINAL_ARG} ) |