diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a0d19e8271d..c0798fbb5c7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -142,10 +142,15 @@ 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 test-force-pl: test-force +test-force-pl-mem: test-force-mem test-force-full-pl: test-force-full # Don't update the files from bitkeeper |