summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVladislav Vaintroub <vvaintroub@mysql.com>2010-02-16 16:06:57 +0100
committerVladislav Vaintroub <vvaintroub@mysql.com>2010-02-16 16:06:57 +0100
commit7e01172ce3737d5ab621c3f4ffd06af00b416df8 (patch)
tree7c36e5a5a382639f885c367f980bd3ff5ca59854 /tests
parent80536ba7bd8d6be9f5ddd1de9e025270a322a70e (diff)
downloadmariadb-git-7e01172ce3737d5ab621c3f4ffd06af00b416df8.tar.gz
Fix a couple fo things replated to MSI
Diffstat (limited to 'tests')
-rwxr-xr-xtests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index ea2f41abb73..b0e3342b1bc 100755
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -27,4 +27,4 @@ IF(WITH_UNIT_TESTS)
SET_TARGET_PROPERTIES(bug25714 PROPERTIES LINKER_LANGUAGE CXX)
ENDIF()
-INSTALL(TARGETS mysql_client_test DESTINATION bin)
+INSTALL(TARGETS mysql_client_test DESTINATION ${INSTALL_BINDIR} COMPONENT Test)