Skip to content

Commit f85df75

Browse files
committed
test: Fix install location of test tokens
1 parent a176ba5 commit f85df75

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

packaging/debian/mysql-connector-odbc-test.install.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
test/CTestTestfile.cmake usr/lib/mysql-connector-odbc/test
22
test/my_* usr/lib/mysql-connector-odbc/test
3+
test/openid_token_* usr/lib/mysql-connector-odbc/test
34
test/odbc.ini usr/lib/mysql-connector-odbc/test
45
test/odbcinst.ini usr/lib/mysql-connector-odbc/test
56
LICENSE.txt usr/share/doc/mysql-connector-odbc-test

test/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,6 @@ foreach (token
242242
file(COPY tokens/${token} DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
243243

244244
# Install tokens
245-
install(
246-
FILES tokens/${token}
247-
DESTINATION test
248-
COMPONENT tests
249-
)
245+
install_test_files(tokens/${token})
250246

251247
endforeach()

0 commit comments

Comments
 (0)