mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2025-12-20 04:40:05 +01: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
12 lines
284 B
Makefile
12 lines
284 B
Makefile
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
|
|
|
|
EXTRA_DIST = \
|
|
$(TESTS) \
|
|
dbusmock/fprintd.py \
|
|
prints/README \
|
|
prints/*.png \
|
|
prints/*.jpg
|
|
|