summaryrefslogtreecommitdiff
path: root/libodb-pgsql/manifest
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 /libodb-pgsql/manifest
parent6fad72ea59dca2f2cc9e431bcc5a026bda17fdf2 (diff)
Add support for testing of libodb-mssql to odb-tests
Diffstat (limited to 'libodb-pgsql/manifest')
-rw-r--r--libodb-pgsql/manifest11
1 files changed, 5 insertions, 6 deletions
diff --git a/libodb-pgsql/manifest b/libodb-pgsql/manifest
index df62904..86952d4 100644
--- a/libodb-pgsql/manifest
+++ b/libodb-pgsql/manifest
@@ -27,9 +27,12 @@ depends: * cli ^1.2.0- ? ($config.libodb_pgsql.develop)
tests: odb-tests == $ \
? (!$defined(config.odb_tests.database)) config.odb_tests.database=pgsql
-builds: all
-builds: -wasm
+# Note: common for all the build configurations.
+#
build-auxiliary: *-postgresql_*
+
+default-builds: all
+default-builds: -wasm
default-build-config:
\
{
@@ -63,8 +66,6 @@ multi-build-config:
# Complements the default configuration (see odb-tests for background).
#
-# Note: derives build-auxiliary from default.
-#
custom-builds: latest
custom-builds: -wasm
custom-builds: -static ; Implementation uses plugins and requires -fPIC.
@@ -81,8 +82,6 @@ custom-build-config:
# Complements the multi configuration (see odb-tests for background).
#
-# Note: derives build-auxiliary from default.
-#
custom-multi-builds: latest
custom-multi-builds: -wasm
custom-multi-builds: -static ; Implementation uses plugins and requires -fPIC.