diff options
Diffstat (limited to 'tools/ktest-tool')
-rw-r--r-- | tools/ktest-tool/CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/ktest-tool/CMakeLists.txt b/tools/ktest-tool/CMakeLists.txt new file mode 100644 index 00000000..76e31ac0 --- /dev/null +++ b/tools/ktest-tool/CMakeLists.txt @@ -0,0 +1,13 @@ +#===------------------------------------------------------------------------===# +# +# The KLEE Symbolic Virtual Machine +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +#===------------------------------------------------------------------------===# +install(PROGRAMS ktest-tool DESTINATION bin) + +# Copy into the build directory's binary directory +# so integration tests can find it +configure_file(ktest-tool "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/ktest-tool" COPYONLY) |