We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a176ba5 commit f85df75Copy full SHA for f85df75
packaging/debian/mysql-connector-odbc-test.install.in
@@ -1,5 +1,6 @@
1
test/CTestTestfile.cmake usr/lib/mysql-connector-odbc/test
2
test/my_* usr/lib/mysql-connector-odbc/test
3
+test/openid_token_* usr/lib/mysql-connector-odbc/test
4
test/odbc.ini usr/lib/mysql-connector-odbc/test
5
test/odbcinst.ini usr/lib/mysql-connector-odbc/test
6
LICENSE.txt usr/share/doc/mysql-connector-odbc-test
test/CMakeLists.txt
@@ -242,10 +242,6 @@ foreach (token
242
file(COPY tokens/${token} DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
243
244
# Install tokens
245
- install(
246
- FILES tokens/${token}
247
- DESTINATION test
248
- COMPONENT tests
249
- )
+ install_test_files(tokens/${token})
250
251
endforeach()
0 commit comments