aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-11-01 14:36:26 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2024-11-04 10:45:54 +0200
commit58fd548d4e2227a61cc840e5fc9ea435d57ed4f9 (patch)
tree5a2141c6052c78369fef130a18b3893c0245ec84 /tests
parent2fb3a346e0a74d746fd88aa1f4f2988cb5e20c2d (diff)
Add support for comments in package-config task manifest value (GH issue #439)HEADmaster
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/testscript11
1 files changed, 6 insertions, 5 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript
index bcf67d8..dc43e5c 100644
--- a/tests/integration/testscript
+++ b/tests/integration/testscript
@@ -406,7 +406,7 @@ rep_type = git
rfp = yes
#\
-
+#\
pkg = libodb-sqlite
ver = 2.5.0-b.28.20241030072332.1de3f3f222ba
rep_url = "https://git.codesynthesis.com/var/scm/odb/odb.git#win-bin"
@@ -415,15 +415,16 @@ 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:
\
+# Configure odb-{tests,examples} packages dependency libodb as system on the
+# bpkg.test-separate-installed.configure.build step, since it is
+# already installed as a dependency of libodb-sqlite.
+#
{ --config-uuid=00000000-0000-0000-0000-000000000005 }+ ?sys:libodb/*
\'
#\
+#\
package_config = 'package-config:
\
{ config.odb_tests.multi_database=true }+ odb-tests