From b2032ed776c489bda1e902061d2b2a9518235505 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 1 Apr 2011 15:29:52 +0300 Subject: [PATCH] Make all test data available in the test-root --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 21113da..030c592 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -85,6 +85,7 @@ testing$(bindir)/rpmbuild: ../rpmbuild rm -rf testing (cd ${top_builddir} && \ $(MAKE) DESTDIR=`pwd`/${subdir}/testing install) + cp -r data/ testing/ check_DATA = atconfig atlocal $(TESTSUITE) check_DATA += testing$(bindir)/rpmbuild -- 2.7.4