move tap-test into root

This commit is contained in:
Christian Hergert
2016-04-13 05:38:37 -07:00
parent 9417397d9b
commit 5b3d53b901
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
SUBDIRS = daemon data help lib po src tools tests
EXTRA_DIST = AUTHORS
EXTRA_DIST = AUTHORS tap-test
DISTCHECK_CONFIGURE_FLAGS = --with-systemdsystemunitdir='$(prefix)/etc/systemd/system'

View File

@ -29,7 +29,7 @@ TEST_ENVIRONMENT = \
MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256))
TEST_PROGS = test-model-filter
LOG_COMPILER = $(top_srcdir)/build-aux/tap-test
LOG_COMPILER = $(top_srcdir)/tap-test
noinst_PROGRAMS = $(TESTS)
check_PROGRAMS = $(TESTS)