From 2f35c14cfb3dadede883a7d8f458e5a15f13a97b Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Thu, 18 Jan 2024 10:12:44 +0900 Subject: [PATCH] seg: Add test "security" in meson.build Oversight in 681d9e4621aa where the test has been added. Reported-by: Justin Pryzby Discussion: https://postgr.es/m/ZK5AgYxG4zLErD5O@telsasoft.com Backpatch-through: 16 --- contrib/seg/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/seg/meson.build b/contrib/seg/meson.build index a88dff4e90..abeaf08eff 100644 --- a/contrib/seg/meson.build +++ b/contrib/seg/meson.build @@ -53,6 +53,7 @@ tests += { 'bd': meson.current_build_dir(), 'regress': { 'sql': [ + 'security', 'seg', ], },