mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-23 19:58:15 +02:00
10 lines
269 B
Makefile
10 lines
269 B
Makefile
TESTS_ENVIRONMENT = export FPRINT_BUILD_DIR=$(abs_top_builddir)/src; export TOPSRCDIR=$(abs_top_srcdir); export PYTHON=@PYTHON@;
|
|
TESTS = fprintd.py test_fprintd_utils.py
|
|
|
|
EXTRA_DIST = \
|
|
$(TESTS) \
|
|
dbusmock/fprintd.py \
|
|
prints/README \
|
|
prints/*.png \
|
|
prints/*.jpg
|
|
|