diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-10-30 18:17:18 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-11-01 14:37:56 +0200 |
commit | 4f7fc6dc0e822e536e8bc94ef08b06c1d45b5064 (patch) | |
tree | d0c0ecdf3ee0a23f74cfd7c78eb5d851647ed941 /tests/integration/testscript | |
parent | 144aeccfdcb12af2477a159bd57b67b85b2acddf (diff) |
Add support for configuration-specific dependencies
Diffstat (limited to 'tests/integration/testscript')
-rw-r--r-- | tests/integration/testscript | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript index bf40718..bcf67d8 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -406,16 +406,23 @@ rep_type = git rfp = yes #\ -#\ + pkg = libodb-sqlite -ver = 2.5.0-b.28.20241009172401.fa4b44129d84 -rep_url = "https://git.codesynthesis.com/var/scm/odb/odb.git#master" +ver = 2.5.0-b.28.20241030072332.1de3f3f222ba +rep_url = "https://git.codesynthesis.com/var/scm/odb/odb.git#win-bin" rep_type = git rfp = yes tests="tests: odb-tests == $ver"' ? (!$defined(config.odb_tests.database)) config.odb_tests.database=sqlite tests: odb-examples == '"$ver"' ? (!$defined(config.odb_examples.database)) config.odb_examples.database=sqlite' -#\ +# Configure libodb as a system dependency on the +# bpkg.test-separate-installed.configure.build step, since it is already +# installed as a dependency of libodb-sqlite. +# +package_config = 'package-config: +\ +{ --config-uuid=00000000-0000-0000-0000-000000000005 }+ ?sys:libodb/* +\' #\ package_config = 'package-config: \ |