v20-0009-add-link-to-pgport_srv-in-test_radixtree.patch
application/octet-stream
Filename: v20-0009-add-link-to-pgport_srv-in-test_radixtree.patch
Type: application/octet-stream
Part: 3
Patch
Format: format-patch
Series: patch v20-0009
Subject: add link to pgport_srv in test_radixtree.
| File | + | − |
|---|---|---|
| src/test/modules/test_radixtree/meson.build | 1 | 0 |
From cc9e2b8b0614e955231f45bfcedd8cfee1372683 Mon Sep 17 00:00:00 2001
From: Masahiko Sawada <sawada.mshk@gmail.com>
Date: Thu, 19 Jan 2023 09:53:48 +0900
Subject: [PATCH v20 09/13] add link to pgport_srv in test_radixtree.
---
src/test/modules/test_radixtree/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/test/modules/test_radixtree/meson.build b/src/test/modules/test_radixtree/meson.build
index f96bf159d6..72c91d0b7a 100644
--- a/src/test/modules/test_radixtree/meson.build
+++ b/src/test/modules/test_radixtree/meson.build
@@ -12,6 +12,7 @@ endif
test_radixtree = shared_module('test_radixtree',
test_radixtree_sources,
+ link_with: pgport_srv,
kwargs: pg_mod_args,
)
testprep_targets += test_radixtree
--
2.31.1