mirror of
https://github.com/MariaDB/server.git
synced 2025-09-03 20:43:11 +03:00
Merge siva.hindu.god:/usr/home/tim/m/bk/tmp/fix-Makefile-perl/41
into siva.hindu.god:/usr/home/tim/m/bk/tmp/fix-Makefile-perl/50
This commit is contained in:
38
Makefile.am
38
Makefile.am
@@ -109,7 +109,11 @@ dist-hook:
|
|||||||
|
|
||||||
tags:
|
tags:
|
||||||
support-files/build-tags
|
support-files/build-tags
|
||||||
.PHONY: init-db bin-dist
|
|
||||||
|
.PHONY: init-db bin-dist \
|
||||||
|
test test-force test-full test-force-full test-force-mem \
|
||||||
|
test-pl test-force-pl test-full-pl test-force-full-pl test-force-pl-mem \
|
||||||
|
test-ps test-ns
|
||||||
|
|
||||||
# Target 'test' will run the regression test suite using the built server.
|
# Target 'test' will run the regression test suite using the built server.
|
||||||
#
|
#
|
||||||
@@ -119,21 +123,33 @@ tags:
|
|||||||
# will then calculate the various port numbers it needs from this,
|
# will then calculate the various port numbers it needs from this,
|
||||||
# making sure each user use different ports.
|
# making sure each user use different ports.
|
||||||
|
|
||||||
test:
|
test-ps:
|
||||||
cd mysql-test ; \
|
cd mysql-test ; \
|
||||||
./mysql-test-run && \
|
@PERL@ ./mysql-test-run.pl $(force) --ps-protocol
|
||||||
./mysql-test-run --ps-protocol
|
|
||||||
|
test-ns:
|
||||||
|
cd mysql-test ; \
|
||||||
|
@PERL@ ./mysql-test-run.pl $(force)
|
||||||
|
|
||||||
|
test: test-ns test-ps
|
||||||
|
|
||||||
|
# To ease script-writing, although in 5.0 it is identical to 'test'
|
||||||
|
test-full: test
|
||||||
|
|
||||||
test-force:
|
test-force:
|
||||||
cd mysql-test; \
|
$(MAKE) force=--force test
|
||||||
./mysql-test-run --force && \
|
|
||||||
./mysql-test-run --ps-protocol --force
|
|
||||||
|
|
||||||
test-force-mem:
|
test-force-full:
|
||||||
cd mysql-test; \
|
$(MAKE) force=--force test-full
|
||||||
./mysql-test-run --force --mem && \
|
|
||||||
./mysql-test-run --ps-protocol --force --mem
|
|
||||||
|
|
||||||
#used by autopush.pl to run memory based tests
|
#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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user