mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
tests: Add test for the PAM module
Test the PAM module using pam_wrapper and our mock fprintd. See https://lwn.net/Articles/671094/ Note that this requires a version of pam_wrapper with this bug fixed: https://bugzilla.samba.org/show_bug.cgi?id=14245
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
SUBDIRS = pam
|
||||
|
||||
TESTS_ENVIRONMENT = export FPRINT_BUILD_DIR=$(abs_top_builddir)/src; export TOPSRCDIR=$(abs_top_srcdir); export PYTHON=@PYTHON@;
|
||||
TESTS = fprintd.py test_fprintd_utils.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user