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
8 lines
194 B
Makefile
8 lines
194 B
Makefile
all-am: fprintd-pam-test
|
|
|
|
fprintd-pam-test: fprintd-pam-test.in Makefile
|
|
sed -e "s|\@TOPBUILDDIR\@|$(abs_top_builddir)|" $< > $@
|
|
|
|
EXTRA_DIST = fprintd-pam-test.in
|
|
CLEANFILES = fprintd-pam-test
|