diff options
author | holyfoot/hf@deer.(none) <> | 2006-11-17 19:01:35 +0400 |
---|---|---|
committer | holyfoot/hf@deer.(none) <> | 2006-11-17 19:01:35 +0400 |
commit | 7d190dd6b11365528f2341699c24812dd63f6165 (patch) | |
tree | 584324c076d2a4506331c1fb96cf95d2c50a85e3 /Makefile.am | |
parent | dd0b81885d7ddc33e5c9acaffbdbf8b35cde5894 (diff) | |
parent | 0357510dca406263d00a8bd1007e4f8784f658b8 (diff) | |
download | mariadb-git-7d190dd6b11365528f2341699c24812dd63f6165.tar.gz |
Merge bk@192.168.21.1:mysql-5.1-opt
into mysql.com:/home/hf/work/mysql-5.1-mrg
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 |