fprintd/tests
Marco Trevisan (Treviño) 184e1bd4d0 build: Support running tests with address sanitizer
Make possible to run tests with address sanitizer to quickly check for
memory errors, although we have to disable the error exit code in case of
leaks because we have some which are due to something else down in the stack
(and LSAN suppression files doesn't allow to define the stack to ignore
as we can in valgrind).

However, we'd abort in case of memory errors anyways, so this still helps
to prevent major problems, while still logging the leaks.

In order to run pam module tests with ASAN we need to manually pass the
library to LD_PRELOAD, as we do for the wrapper.
2020-04-01 13:58:08 +00:00
..
dbusmock tests: Fix num-enroll-stages signature in dbusmock template 2020-02-04 15:38:17 +01:00
pam build: Support running tests with address sanitizer 2020-04-01 13:58:08 +00:00
prints tests: Add test prints from libfprint 2019-12-03 17:08:03 +01:00
fprintd.py tests/fprintd: Add checks for delete enrolled fingers permissions 2020-03-27 20:45:59 +01:00
LSAN-leaks-suppress.txt build: Support running tests with address sanitizer 2020-04-01 13:58:08 +00:00
meson.build build: Support running tests with address sanitizer 2020-04-01 13:58:08 +00:00
test_fprintd_utils.py test_fprintd_utils: Don't use hard-coded sleep time 2020-03-17 17:14:35 +01:00
unittest_inspector.py tests: Add a tool to inspect the single python unit tests 2020-03-27 01:57:22 +01:00