]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
seg: Add test "security" in meson.build
authorMichael Paquier <michael@paquier.xyz>
Thu, 18 Jan 2024 01:12:51 +0000 (10:12 +0900)
committerMichael Paquier <michael@paquier.xyz>
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/ZK5AgYxG4zLErD5O@telsasoft.com
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',
     ],
   },