From 5b3d53b9017759cf2220e85b5abc5ceef30c2a53 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Wed, 13 Apr 2016 05:38:37 -0700 Subject: [PATCH] move tap-test into root --- Makefile.am | 2 +- build-aux/tap-test => tap-test | 0 tests/Makefile.am | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename build-aux/tap-test => tap-test (100%) diff --git a/Makefile.am b/Makefile.am index ccd08234..4a8ad0cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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' diff --git a/build-aux/tap-test b/tap-test similarity index 100% rename from build-aux/tap-test rename to tap-test diff --git a/tests/Makefile.am b/tests/Makefile.am index c37727a4..ec5b6466 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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)