tests: Add dbus-monitor'ing to PAM tests

Should prove useful debugging the PAM module if we need it.
This commit is contained in:
Bastien Nocera
2020-01-23 15:52:10 +01:00
parent d70f15b5e8
commit 205dedae4f
2 changed files with 27 additions and 1 deletions

View File

@ -1,6 +1,6 @@
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_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)