From 5f185fab94e268e45fae9ff4bba74ca19e901374 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 30 Nov 2017 17:08:39 +0100 Subject: [PATCH] testsuite: Move test directory into tests/ folder Signed-off-by: Michael Tremer --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index bb6ccee2b..77d7c6d79 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,7 +43,7 @@ macrosdir = $(prefix)/lib/pakfire/macros qualityagentdir = $(prefix)/lib/quality-agent scriptsdir = $(prefix)/lib/$(PACKAGE_NAME) -TEST_ROOTFS = $(abs_top_builddir)/.root +TEST_ROOTFS = $(abs_top_builddir)/tests/.root CLEANFILES = DISTCLEANFILES = -- 2.39.5