seg: Add test "security" in meson.build
authorMichael Paquier <[email protected]>
Thu, 18 Jan 2024 01:12:51 +0000 (10:12 +0900)
committerMichael Paquier <[email protected]>
Thu, 18 Jan 2024 01:12:51 +0000 (10:12 +0900)
Oversight in 681d9e4621aa where the test has been added.

Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 16

contrib/seg/meson.build

index 0395f7609f0e097bcb16579a6378e840026ca1a3..ecde3023f0a2f80ddcf2984de888495fcf7c3970 100644 (file)
@@ -53,6 +53,7 @@ tests += {
   'bd': meson.current_build_dir(),
   'regress': {
     'sql': [
+      'security',
       'seg',
     ],
   },