aboutsummaryrefslogtreecommitdiff
path: root/tests/integration/testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-10-11 21:12:13 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-10-22 11:02:04 +0300
commit642956288d5a6f59ebc45a7d1e6e47e1be131778 (patch)
tree6a98572e1fc480a08c65c9b36c55c2fa6d0a8a89 /tests/integration/testscript
parentd25db3fcd4e80045fcbd85f1ca529ec695fda45d (diff)
Reuse initial build target config's private host/build2 configs at test installed stage
Diffstat (limited to 'tests/integration/testscript')
-rw-r--r--tests/integration/testscript16
1 files changed, 14 insertions, 2 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript
index 8d6ad4e..bf40718 100644
--- a/tests/integration/testscript
+++ b/tests/integration/testscript
@@ -412,8 +412,10 @@ ver = 2.5.0-b.28.20241009172401.fa4b44129d84
rep_url = "https://git.codesynthesis.com/var/scm/odb/odb.git#master"
rep_type = git
rfp = yes
-tests="tests: odb-tests == $ver"' ? (!$defined(config.odb_tests.database)) config.odb_tests.database=sqlite'
+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'
#\
+
#\
package_config = 'package-config:
\
@@ -427,7 +429,8 @@ ver = 2.5.0-b.26.20240131175206.1c7f67f47770
rep_url = "https://git.codesynthesis.com/var/scm/odb/odb.git#master"
rep_type = git
rfp = yes
-tests="tests: odb-tests == $ver"' ? (!$defined(config.odb_tests.database)) config.odb_tests.database=pgsql'
+tests="tests: odb-tests == $ver"' ? (!$defined(config.odb_tests.database)) config.odb_tests.database=pgsql
+tests: odb-examples == '"$ver"' ? (!$defined(config.odb_examples.database)) config.odb_examples.database=pgsql'
#\
#\
package_config = 'package-config:
@@ -470,6 +473,15 @@ rep_type = git
rfp = yes
#\
+#\
+pkg = libQt6Widgets
+ver = 6.7.3
+rep_url = "https://github.com/build2-packaging/Qt6.git#master"
+rep_type = git
+rfp = yes
+tests="tests: libQt6WidgetsTests == $ver"
+#\
+
#interactive="interactive: b.test-installed.configure"
#interactive="interactive: warning"
#\