mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-27 06:48:16 +02:00
6 lines
321 B
Makefile
6 lines
321 B
Makefile
SUBDIRS = services
|
|
|
|
TESTS_ENVIRONMENT = export TOPBUILDDIR=$(abs_top_builddir); 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)
|