diff options
author | unknown <monty@donna.mysql.com> | 2000-12-31 14:04:18 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2000-12-31 14:04:18 +0200 |
commit | d30401c9e3f84b6d979e6699adff285eeee2b523 (patch) | |
tree | 82fba6aa5af22db5a9d16044eb0972dda58266dd /Makefile.am | |
parent | 1cd593db68bb98223b2a277c925bdfa633b698bc (diff) | |
download | mariadb-git-d30401c9e3f84b6d979e6699adff285eeee2b523.tar.gz |
Fix for Tex 3.0
Added target test
Docs/Support/texinfo.tex:
Fix for Tex 3.0
Makefile.am:
Added target test
mysql-test/r/type_blob.result:
Fix problem with ^M
mysql-test/t/type_blob.test:
Fix problem with ^M
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cc8a387ca4f..cdf5ca5d676 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,3 +60,9 @@ bin-dist: all $(top_builddir)/scripts/make_binary_distribution .PHONY: init-db bin-dist + +# Test installation + +test: + cd mysql-test + ./mysql-test-run |