summaryrefslogtreecommitdiff
path: root/odb-tests/common/threads/testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-04-25 19:49:33 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-05-03 14:33:32 +0300
commit68ff3d1fa1c8eb86bf89b7b9cbad78a45f362672 (patch)
treecdaaf84ceeb7f5c4ee7e06f84fed383a18d40350 /odb-tests/common/threads/testscript
parent6fad72ea59dca2f2cc9e431bcc5a026bda17fdf2 (diff)
Add support for testing of libodb-mssql to odb-tests
Diffstat (limited to 'odb-tests/common/threads/testscript')
-rw-r--r--odb-tests/common/threads/testscript10
1 files changed, 10 insertions, 0 deletions
diff --git a/odb-tests/common/threads/testscript b/odb-tests/common/threads/testscript
index 87e03e0..18eb88f 100644
--- a/odb-tests/common/threads/testscript
+++ b/odb-tests/common/threads/testscript
@@ -48,3 +48,13 @@ if $pgsql
$create_schema;
$*
}
+
+: mssql
+:
+if $mssql
+{
+ .include ../../mssql.testscript
+
+ $create_schema;
+ $*
+}