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:
Benjamin Berg
2019-10-02 14:07:42 +02:00
parent b2ff316e20
commit 3db69c2c2f
7 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
AUTOMAKE_OPTIONS = dist-bzip2 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 EXTRA_DIST = TODO intltool-extract.in intltool-merge.in intltool-update.in
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-systemdsystemunitdir='$${libdir}/systemd/system-distcheck' DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-systemdsystemunitdir='$${libdir}/systemd/system-distcheck'

View File

@ -81,7 +81,7 @@ AC_OUTPUT([
Makefile Makefile
src/Makefile src/Makefile
data/Makefile data/Makefile
tests/Makefile utils/Makefile
pam/Makefile pam/Makefile
doc/Makefile doc/Makefile
doc/version.xml doc/version.xml