Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
a936a944
Commit
a936a944
authored
Mar 16, 2007
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge obarnir@bk-internal.mysql.com:/home/bk/mysql-5.0-build
into linux.site:/home/omer/source/bld50_0314
parents
6d93f150
d60833fe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
4 deletions
+32
-4
Makefile.am
Makefile.am
+32
-4
No files found.
Makefile.am
View file @
a936a944
...
@@ -112,7 +112,9 @@ tags:
...
@@ -112,7 +112,9 @@ tags:
.PHONY
:
init-db bin-dist
\
.PHONY
:
init-db bin-dist
\
test test-force test-full test-force-full test-force-mem
\
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-pl test-force-pl test-full-pl test-force-full-pl test-force-pl-mem
\
test-ps test-ns
test-ps test-ns test-ext-funcs test-ext
\
test-fast test-fast-cursor test-fast-view test-fast-prepare
\
test-full-qa
# Target 'test' will run the regression test suite using the built server.
# Target 'test' will run the regression test suite using the built server.
#
#
...
@@ -124,11 +126,11 @@ tags:
...
@@ -124,11 +126,11 @@ tags:
test-ps
:
test-ps
:
cd
mysql-test
;
\
cd
mysql-test
;
\
@PERL@ ./mysql-test-run.pl
$(force)
--ps-protocol
@PERL@ ./mysql-test-run.pl
$(force)
$(mem)
--ps-protocol
test-ns
:
test-ns
:
cd
mysql-test
;
\
cd
mysql-test
;
\
@PERL@ ./mysql-test-run.pl
$(force)
@PERL@ ./mysql-test-run.pl
$(force)
$(mem)
test
:
test-ns test-ps
test
:
test-ns test-ps
...
@@ -143,7 +145,7 @@ test-force-full:
...
@@ -143,7 +145,7 @@ test-force-full:
#used by autopush.pl to run memory based tests
#used by autopush.pl to run memory based tests
test-force-mem
:
test-force-mem
:
$(MAKE)
'force=--force --mem'
test
$(MAKE)
force
=
--force
mem
=
--mem
test
# Keep these for a while
# Keep these for a while
test-pl
:
test
test-pl
:
test
...
@@ -152,5 +154,31 @@ test-force-pl: test-force
...
@@ -152,5 +154,31 @@ test-force-pl: test-force
test-force-pl-mem
:
test-force-mem
test-force-pl-mem
:
test-force-mem
test-force-full-pl
:
test-force-full
test-force-full-pl
:
test-force-full
test-ext-funcs
:
cd
mysql-test
;
\
@PERL@ ./mysql-test-run.pl
--force
--suite
=
funcs_1
;
\
@PERL@ ./mysql-test-run.pl
--force
--suite
=
funcs_2
test-ext
:
test-ext-funcs
test-fast
:
cd
mysql-test
;
\
@PERL@ ./mysql-test-run.pl
$(subset)
--force
--skip-ndb
--skip-innodb
--skip-im
--skip-rpl
;
\
@PERL@ ./mysql-test-run.pl
$(subset)
--force
--suite
=
funcs_1
--do-test
=
myisam
test-fast-view
:
$(MAKE)
subset
=
--view-protocol
test-fast
test-fast-cursor
:
$(MAKE)
subset
=
--cursor-protocol
test-fast
test-fast-prepare
:
$(MAKE)
subset
=
--ps-protocol
test-fast
test-full-qa
:
$(MAKE)
force
=
--force
test-pl
\
test-ext test-fast-view
\
test-fast-cursor
# Don't update the files from bitkeeper
# Don't update the files from bitkeeper
%
::
SCCS/s.%
%
::
SCCS/s.%
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment