mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-05 06:28:00 +02:00
utils: Move test binaries into utils
These utilities are generally useful beyond only testing purproses. And, since it is desirable to have automated tests inside the tests subdirecty, it makes sense to move them elsewhere.
This commit is contained in:
parent
b2ff316e20
commit
3db69c2c2f
7 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
AUTOMAKE_OPTIONS = dist-bzip2
|
||||
SUBDIRS = src data tests pam doc po
|
||||
SUBDIRS = src data utils pam doc po
|
||||
EXTRA_DIST = TODO intltool-extract.in intltool-merge.in intltool-update.in
|
||||
|
||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-systemdsystemunitdir='$${libdir}/systemd/system-distcheck'
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ AC_OUTPUT([
|
|||
Makefile
|
||||
src/Makefile
|
||||
data/Makefile
|
||||
tests/Makefile
|
||||
utils/Makefile
|
||||
pam/Makefile
|
||||
doc/Makefile
|
||||
doc/version.xml
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue