diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/testscript | 16 |
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" #\ |