diff options
| author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2017-01-18 11:02:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-18 11:02:52 +0000 |
| commit | b149dfa242753004d8fb00c4aa55e340d56c0d43 (patch) | |
| tree | b0a925e1de936f9b19369c18780a7492eb163f48 /test/CMakeLists.txt | |
| parent | aedbca881945da47005835a405188041b40ae7cc (diff) | |
| parent | 1fce0acbf4498595e3901a6f7fdbe429587e3ef0 (diff) | |
| download | klee-b149dfa242753004d8fb00c4aa55e340d56c0d43.tar.gz | |
Merge pull request #546 from delcypher/cmake_rename_test_targets
[CMake] Rename "integrationtests" to "systemtests", removed some undocumented targets and other build changes
Diffstat (limited to 'test/CMakeLists.txt')
| -rw-r--r-- | test/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 0ae78faf..9f565444 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -126,10 +126,10 @@ configure_file(lit.site.cfg.in @ONLY ) -add_custom_target(integrationtests +add_custom_target(systemtests COMMAND "${LIT_TOOL}" ${LIT_ARGS} "${CMAKE_CURRENT_BINARY_DIR}" DEPENDS klee kleaver kleeRuntest - COMMENT "Running integration tests" + COMMENT "Running system tests" ${ADD_CUSTOM_COMMAND_USES_TERMINAL_ARG} ) |
