summaryrefslogtreecommitdiff
path: root/odb-tests/common/const-member/testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-04-29 18:55:24 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-05-03 14:33:32 +0300
commit41727cc1aa49780199f50291f82653a721a5a304 (patch)
tree6c99e481a4492eed10552c2ef8db88323083775d /odb-tests/common/const-member/testscript
parent68ff3d1fa1c8eb86bf89b7b9cbad78a45f362672 (diff)
Add support for testing of libodb-oracle to odb-tests
Diffstat (limited to 'odb-tests/common/const-member/testscript')
-rw-r--r--odb-tests/common/const-member/testscript10
1 files changed, 10 insertions, 0 deletions
diff --git a/odb-tests/common/const-member/testscript b/odb-tests/common/const-member/testscript
index ca05a3b..48a1456 100644
--- a/odb-tests/common/const-member/testscript
+++ b/odb-tests/common/const-member/testscript
@@ -32,6 +32,16 @@ if $pgsql
$*
}
+: oracle
+:
+if $oracle
+{
+ .include ../../oracle.testscript
+
+ $create_schema;
+ $*
+}
+
: mssql
:
if $mssql