[sysprof] move tap-test into root



commit 5b3d53b9017759cf2220e85b5abc5ceef30c2a53
Author: Christian Hergert <chergert redhat com>
Date:   Wed Apr 13 05:38:37 2016 -0700

    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(-)
---
diff --git a/Makefile.am b/Makefile.am
index ccd0823..4a8ad0c 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 c37727a..ec5b646 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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]