libsecret/pam/servicedir/meson.build
Dhanuka Warusadura b399f5f631 pam: add tests for the ported PAM module
These changes add PAM tests based on pam_wrapper and libpamtest.

Signed-off-by: Dhanuka Warusadura <dhanuka@gnome.org>
2023-12-10 22:35:55 +05:30

12 lines
276 B
Meson

custom_target('pam-test-service',
command: 'true',
output: 'null',
depend_files: configure_file(
input: 'pam-test-service.in',
output: 'pam-test-service',
configuration: configuration_data({
'KEYRING_PAM': pam_gnome_keyring.full_path(),
}),
),
)