From 030316099c85db768c8d2488823b33532bf44efd Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 23 Feb 2024 21:15:46 +0300 Subject: Add more cases to integration test --- tests/integration/testscript | 59 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 57 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/integration/testscript b/tests/integration/testscript index fa5975f..93a6807 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -408,11 +408,66 @@ rfp = yes #\ pkg = libodb-sqlite -ver = 2.5.0-b.26.20240126104805.4f18f07c8edc +ver = 2.5.0-b.26.20240131175206.1c7f67f47770 +rep_url = "https://git.codesynthesis.com/var/scm/odb/odb.git#multi-package" +rep_type = git +rfp = yes +tests="tests: odb-tests == $ver"' ? (!$defined(config.odb_tests.database)) config.odb_tests.database=sqlite' +#\ +#\ +package_config = 'package-config: +\ +{ config.odb_tests.multi_database=true }+ odb-tests +\' +#\ + +#\ +pkg = libodb-pgsql +ver = 2.5.0-b.26.20240131175206.1c7f67f47770 +rep_url = "https://git.codesynthesis.com/var/scm/odb/odb.git#multi-package" +rep_type = git +rfp = yes +tests="tests: odb-tests == $ver"' ? (!$defined(config.odb_tests.database)) config.odb_tests.database=pgsql' +#\ +#\ +package_config = 'package-config: +\ +{ config.odb_tests.database="sqlite pgsql" }+ odb-tests +\' +#\ + +#\ +pkg = odb-tests +ver = 2.5.0-b.26.20240131175206.1c7f67f47770 +rep_url = "https://git.codesynthesis.com/var/scm/odb/odb.git#multi-package" +rep_type = git +rfp = yes +#\ +#\ +package_config = 'package-config: +\ +config.odb_tests.database="sqlite pgsql" +\' +#\ + +#\ +pkg = libodb-oracle +ver = 2.5.0-b.26.20240201133448.3fa01c83a095 +rep_url = "https://git.codesynthesis.com/var/scm/odb/odb.git#multi-package" +rep_type = git +rfp = yes +package_config = 'package-config: +\ +config.cc.poptions+=-I/usr/include/oracle/12.2/client64 config.cc.loptions+=-L/usr/lib/oracle/12.2/client64/lib +\' +#\ + +#\ +pkg = libodb-qt +ver = 2.5.0-b.26.20240201180613.633ad7ccad39 rep_url = "https://git.codesynthesis.com/var/scm/odb/odb.git#multi-package" rep_type = git rfp = yes -tests="tests: odb-tests == $ver config.odb_tests.database+=sqlite" #\ #interactive="interactive: b.test-installed.configure" -- cgit v1.1