seg: Add test "security" in meson.build
authorMichael Paquier <[email protected]>
Thu, 18 Jan 2024 01:12:44 +0000 (10:12 +0900)
committerMichael Paquier <[email protected]>
Thu, 18 Jan 2024 01:12:44 +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 a88dff4e904be576571052959fe2b1fe8e96ddb8..abeaf08eff161b8dcd69b308ab3c60918052f921 100644 (file)
@@ -53,6 +53,7 @@ tests += {
   'bd': meson.current_build_dir(),
   'regress': {
     'sql': [
+      'security',
       'seg',
     ],
   },