aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Korotkov <akorotkov@postgresql.org>2023-10-16 10:38:33 +0300
committerAlexander Korotkov <akorotkov@postgresql.org>2023-10-16 10:39:07 +0300
commit5abbd97fef6f18eef91bfed7d2057c39bd204702 (patch)
tree160c4563ff2a7eb6c32c05f1d63c84ebe74807cd
parent4922173010f102a7d56af7c97bd303b95b3f6eff (diff)
downloadpostgresql-5abbd97fef6f18eef91bfed7d2057c39bd204702.tar.gz
postgresql-5abbd97fef6f18eef91bfed7d2057c39bd204702.zip
List 006_login_trigger.pl test for meson
Reported-by: Thomas Munro Discussion: https://postgr.es/m/CA%2BhUKGLuqDUaYYhJnA1H1q5Z-k18kQHoEqZ5fiXtTi4038nspg%40mail.gmail.com
-rw-r--r--src/test/authentication/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/authentication/meson.build b/src/test/authentication/meson.build
index e5010417858..7410eef67bc 100644
--- a/src/test/authentication/meson.build
+++ b/src/test/authentication/meson.build
@@ -11,6 +11,7 @@ tests += {
't/003_peer.pl',
't/004_file_inclusion.pl',
't/005_sspi.pl',
+ 't/006_login_trigger.pl',
],
},
}