mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
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
7 lines
281 B
Makefile
7 lines
281 B
Makefile
SUBDIRS = services
|
|
|
|
TESTS_ENVIRONMENT = export TOPSRCDIR=$(abs_top_srcdir); export LD_PRELOAD=libpam_wrapper.so; export PAM_WRAPPER_SERVICE_DIR=$(abs_top_builddir)/tests/pam/services; export PAM_WRAPPER=1; export PYTHON=@PYTHON@;
|
|
TESTS = test_pam_fprintd.py
|
|
|
|
EXTRA_DIST = $(TESTS)
|