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
479ed827
Commit
479ed827
authored
Dec 11, 2007
by
joerg@debian.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge debian.(none):/MySQL/M50/indent-5.0
into debian.(none):/MySQL/M50/push-5.0
parents
a079cb9f
d067b337
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
Makefile.am
Makefile.am
+17
-17
No files found.
Makefile.am
View file @
479ed827
...
...
@@ -127,11 +127,11 @@ tags:
test-ps
:
cd
mysql-test
;
\
@PERL@ ./mysql-test-run.pl
$(force)
$(mem)
--ps-protocol
@PERL@ ./mysql-test-run.pl
$(force)
$(mem)
--ps-protocol
test-ns
:
cd
mysql-test
;
\
@PERL@ ./mysql-test-run.pl
$(force)
$(mem)
@PERL@ ./mysql-test-run.pl
$(force)
$(mem)
test
:
test-ns test-ps
...
...
@@ -150,25 +150,25 @@ test-force-mem:
test-bt
:
-
cd
mysql-test
;
MTR_BUILD_THREAD
=
auto
\
@PERL@ ./mysql-test-run.pl
--force
--comment
=
normal
--report-features
@PERL@ ./mysql-test-run.pl
--force
--comment
=
normal
--report-features
-
cd
mysql-test
;
MTR_BUILD_THREAD
=
auto
\
@PERL@ ./mysql-test-run.pl
--force
--comment
=
ps
--ps-protocol
@PERL@ ./mysql-test-run.pl
--force
--comment
=
ps
--ps-protocol
-
cd
mysql-test
;
MTR_BUILD_THREAD
=
auto
\
@PERL@ ./mysql-test-run.pl
--force
--comment
=
funcs1_ps
--ps-protocol
--suite
=
funcs_1
@PERL@ ./mysql-test-run.pl
--force
--comment
=
funcs1_ps
--ps-protocol
--suite
=
funcs_1
-
cd
mysql-test
;
MTR_BUILD_THREAD
=
auto
\
@PERL@ ./mysql-test-run.pl
--force
--comment
=
funcs2
--suite
=
funcs_2
@PERL@ ./mysql-test-run.pl
--force
--comment
=
funcs2
--suite
=
funcs_2
-
if
[
-d
mysql-test/suite/nist
]
;
then
\
cd
mysql-test
;
MTR_BUILD_THREAD
=
auto
\
@PERL@ ./mysql-test-run.pl
--comment
=
NIST+normal
--force
--suite
=
nist
;
\
cd
mysql-test
;
MTR_BUILD_THREAD
=
auto
\
@PERL@ ./mysql-test-run.pl
--comment
=
NIST+normal
--force
--suite
=
nist
;
\
fi
-
if
[
-d
mysql-test/suite/nist
]
;
then
\
cd
mysql-test
;
MTR_BUILD_THREAD
=
auto
\
@PERL@ ./mysql-test-run.pl
--comment
=
NIST+ps
--force
--suite
=
nist
--ps-protocol
;
\
cd
mysql-test
;
MTR_BUILD_THREAD
=
auto
\
@PERL@ ./mysql-test-run.pl
--comment
=
NIST+ps
--force
--suite
=
nist
--ps-protocol
;
\
fi
test-bt-debug
:
-
cd
mysql-test
;
MTR_BUILD_THREAD
=
auto
\
@PERL@ ./mysql-test-run.pl
--force
--comment
=
debug
--report-features
@PERL@ ./mysql-test-run.pl
--force
--comment
=
debug
--report-features
# Keep these for a while
test-pl
:
test
...
...
@@ -179,15 +179,15 @@ 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
@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
@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
...
...
@@ -200,8 +200,8 @@ test-fast-prepare:
test-full-qa
:
$(MAKE)
force
=
--force
test-pl
\
test-ext test-fast-view
\
test-fast-cursor
test-ext test-fast-view
\
test-fast-cursor
# Don't update the files from bitkeeper
%
::
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