diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2011-04-01 15:29:52 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2011-04-01 15:29:52 +0300 |
commit | b2032ed776c489bda1e902061d2b2a9518235505 (patch) | |
tree | d5bb078b58d0c013bc8a71b109959ab0625f7e78 /tests | |
parent | 75a9c49e642b315cfa5e6acdb62e89aa509abe4d (diff) | |
download | librpm-tizen-b2032ed776c489bda1e902061d2b2a9518235505.tar.gz librpm-tizen-b2032ed776c489bda1e902061d2b2a9518235505.tar.bz2 librpm-tizen-b2032ed776c489bda1e902061d2b2a9518235505.zip |
Make all test data available in the test-root
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 21113da41..030c5927c 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 |