diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2011-04-01 17:06:42 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2011-04-01 17:06:42 +0300 |
commit | 9e4b0b3bfba6eb1c382369c42ef276159a9895e9 (patch) | |
tree | 7293eed6c7da007b38fd12c9e6aacaed2e9d0196 /tests | |
parent | 1f2dd7313ce4376d88d17075ddbbb4debb0508a5 (diff) | |
download | rpm-9e4b0b3bfba6eb1c382369c42ef276159a9895e9.tar.gz rpm-9e4b0b3bfba6eb1c382369c42ef276159a9895e9.tar.bz2 rpm-9e4b0b3bfba6eb1c382369c42ef276159a9895e9.zip |
Make a bunch of tools available in the testsuite root environment
- We'll need shell and various other bits in order to do many
things wrt specs and builds in the 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 030c5927c..625573286 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -86,6 +86,7 @@ testing$(bindir)/rpmbuild: ../rpmbuild (cd ${top_builddir} && \ $(MAKE) DESTDIR=`pwd`/${subdir}/testing install) cp -r data/ testing/ + for prog in gzip cat patch tar sh chmod; do p=`which $${prog}`; ln -s $${p} testing/$${p}; done check_DATA = atconfig atlocal $(TESTSUITE) check_DATA += testing$(bindir)/rpmbuild |