diff options
author | Alexander Korotkov | 2023-10-16 07:38:33 +0000 |
---|---|---|
committer | Alexander Korotkov | 2023-10-16 07:39:07 +0000 |
commit | 5abbd97fef6f18eef91bfed7d2057c39bd204702 (patch) | |
tree | 160c4563ff2a7eb6c32c05f1d63c84ebe74807cd | |
parent | 4922173010f102a7d56af7c97bd303b95b3f6eff (diff) |
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.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/authentication/meson.build b/src/test/authentication/meson.build index e501041785..7410eef67b 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', ], }, } |