diff options
author | unknown <gkodinov/kgeorge@macbook.gmz> | 2006-11-09 12:27:53 +0200 |
---|---|---|
committer | unknown <gkodinov/kgeorge@macbook.gmz> | 2006-11-09 12:27:53 +0200 |
commit | 13245571ee9a5f7003f8e2a49192064fda287a83 (patch) | |
tree | 91cd7914c741bc8064d0c49a2cca1aad412a6630 /Makefile.am | |
parent | bffe8b8a3cab1c8a617428fae922d2b15bdb437b (diff) | |
parent | f399d6566187d1b41b3308893730cc70e64062c8 (diff) | |
download | mariadb-git-13245571ee9a5f7003f8e2a49192064fda287a83.tar.gz |
Merge macbook.gmz:/Users/kgeorge/mysql/work/mem-test-5.0-opt
into macbook.gmz:/Users/kgeorge/mysql/work/mem-test-5.1-opt
Makefile.am:
ported the test-force-mem target to 5.1
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a0d19e8271d..df5a81e77a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -142,6 +142,10 @@ test-force: test-force-full: $(MAKE) force=--force test-full +#used by autopush.pl to run memory based tests +test-force-mem: + $(MAKE) 'force=--force --mem' test + # Keep these for a while test-pl: test test-full-pl: test-full |