seg: Add test "security" in meson.build

Oversight in 681d9e4621 where the test has been added.

Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/ZK5AgYxG4zLErD5O@telsasoft.com
Backpatch-through: 16
This commit is contained in:
Michael Paquier 2024-01-18 10:12:44 +09:00
parent 4b885d01f9
commit 2f35c14cfb
1 changed files with 1 additions and 0 deletions

View File

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