aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-02-23 21:15:46 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-02-23 21:15:46 +0300
commit030316099c85db768c8d2488823b33532bf44efd (patch)
tree90ef53462ca8fdb3c2d83dca2abf5b1d6117f098
parent3d4a1aeab69d047b7de5c25a6f38b8fce0b00f01 (diff)
Add more cases to integration test
-rw-r--r--tests/integration/testscript59
1 files changed, 57 insertions, 2 deletions
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"