mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
tests: Make warnings fatal in PAM tests
This will catch problems with GLib being unloaded when the PAM module is unloaded, which would have crashed when using dbus-glib. This serves as a test for https://gitlab.freedesktop.org/libfprint/fprintd/issues/2 Closes: #2
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
SUBDIRS = services
|
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_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@; export G_DEBUG=fatal_warnings;
|
||||||
TESTS = test_pam_fprintd.py
|
TESTS = test_pam_fprintd.py
|
||||||
|
|
||||||
EXTRA_DIST = $(TESTS)
|
EXTRA_DIST = $(TESTS)
|
||||||
|
|||||||
Reference in New Issue
Block a user