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:51 +09:00
parent 4cf9ef670e
commit 6b14404b0b
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',
],
},