diff options
author | Jonathan Perkin <jperkin@sun.com> | 2009-08-21 13:58:33 +0200 |
---|---|---|
committer | Jonathan Perkin <jperkin@sun.com> | 2009-08-21 13:58:33 +0200 |
commit | 769d9f3803ada97d0032944aa1447520957aa73b (patch) | |
tree | 45aa071ce65ec2c6d9e3e8b682bc81e9e6c5449e /storage/ndb | |
parent | 58903aecd310c6470a666fd8bed63a30bece55f0 (diff) | |
download | mariadb-git-769d9f3803ada97d0032944aa1447520957aa73b.tar.gz |
Apply patch from bug#46834 to install the test suite in RPMs.
Diffstat (limited to 'storage/ndb')
-rw-r--r-- | storage/ndb/test/run-test/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/ndb/test/run-test/Makefile.am b/storage/ndb/test/run-test/Makefile.am index 65aa62d11f0..54ca0c009b2 100644 --- a/storage/ndb/test/run-test/Makefile.am +++ b/storage/ndb/test/run-test/Makefile.am @@ -13,7 +13,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -testdir=$(prefix)/mysql-test/ndb +testroot=$(prefix) +testdir=$(testroot)/mysql-test/ndb include $(top_srcdir)/storage/ndb/config/common.mk.am include $(top_srcdir)/storage/ndb/config/type_util.mk.am |