diff options
author | unknown <gkodinov/kgeorge@macbook.gmz> | 2006-11-08 16:41:12 +0200 |
---|---|---|
committer | unknown <gkodinov/kgeorge@macbook.gmz> | 2006-11-08 16:41:12 +0200 |
commit | f399d6566187d1b41b3308893730cc70e64062c8 (patch) | |
tree | 0e1379b8c1b292462a22620a6a41b96450cfb8a5 /Makefile.am | |
parent | 3e0139d95750aa79d96f185c81aebd375fdc571e (diff) | |
parent | 93b36e8e0524a931809927ab48723bf148a29e1c (diff) | |
download | mariadb-git-f399d6566187d1b41b3308893730cc70e64062c8.tar.gz |
Merge macbook.gmz:/Users/kgeorge/mysql/work/mem-test-4.1-opt
into macbook.gmz:/Users/kgeorge/mysql/work/mem-test-5.0-opt
Makefile.am:
merge fixes
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 474d268db38..e27f8d098c5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -135,6 +135,12 @@ test-force-pl: ./mysql-test-run.pl --force && \ ./mysql-test-run.pl --ps-protocol --force +#used by autopush.pl to run memory based tests +test-force-mem: + cd mysql-test; \ + ./mysql-test-run.pl --force --mem && \ + ./mysql-test-run.pl --ps-protocol --force --mem + # Don't update the files from bitkeeper %::SCCS/s.% |