diff options
| author | Michael Paquier | 2024-01-18 01:12:44 +0000 |
|---|---|---|
| committer | Michael Paquier | 2024-01-18 01:12:44 +0000 |
| commit | 2f35c14cfb3dadede883a7d8f458e5a15f13a97b (patch) | |
| tree | 9a927788923b33ff0ccd56077d19ad78b583e333 | |
| parent | 4b885d01f9676f62d8b8156e45282c631181369f (diff) | |
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
| -rw-r--r-- | contrib/seg/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/seg/meson.build b/contrib/seg/meson.build index a88dff4e904..abeaf08eff1 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', ], }, |
