aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-13 00:27:25 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-13 00:30:00 +0300
commit354ed1ac85eeb50c6ae2f058b16a09d4fdd2f89c (patch)
tree5768f6d2e43efa0ceeb10909480ad9ff5f8e581e /test
parentAppVeyor: package artifacts (diff)
downloadmath-server-354ed1ac85eeb50c6ae2f058b16a09d4fdd2f89c.tar.gz
math-server-354ed1ac85eeb50c6ae2f058b16a09d4fdd2f89c.zip
rename executables
Diffstat (limited to 'test')
-rw-r--r--test/unit_tests/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/unit_tests/CMakeLists.txt b/test/unit_tests/CMakeLists.txt
index 43530f1..d212db6 100644
--- a/test/unit_tests/CMakeLists.txt
+++ b/test/unit_tests/CMakeLists.txt
@@ -7,4 +7,6 @@ target_include_directories(unit_tests PRIVATE ../..)
target_include_directories(unit_tests SYSTEM PRIVATE ${Boost_INCLUDE_DIRS})
target_link_libraries(unit_tests PRIVATE ${Boost_LIBRARIES})
-install(TARGETS unit_tests RUNTIME DESTINATION bin/test)
+set_target_properties(unit_tests PROPERTIES OUTPUT_NAME math-server-unit-tests)
+
+install(TARGETS unit_tests RUNTIME DESTINATION bin)