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
0295084e
Commit
0295084e
authored
Dec 11, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal:/home/bk/mysql-4.1-maint
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
parents
0ce5985f
b8151c7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
25 deletions
+26
-25
Makefile.am
Makefile.am
+26
-25
No files found.
Makefile.am
View file @
0295084e
...
...
@@ -95,7 +95,11 @@ dist-hook:
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.
#
...
...
@@ -105,36 +109,33 @@ tags:
# will then calculate the various port numbers it needs from this,
# making sure each user use different ports.
test
:
test
-ps
:
cd
mysql-test
;
\
./mysql-test-run
&&
\
./mysql-test-run
--ps-protocol
@PERL@ ./mysql-test-run.pl
$(force)
--ps-protocol
test-force
:
cd
mysql-test
;
\
./mysql-test-run
--force
&&
\
./mysql-test-run
--ps-protocol
--force
test-ns
:
cd
mysql-test
;
\
@PERL@ ./mysql-test-run.pl
$(force)
test-force-mem
:
cd
mysql-test
;
\
./mysql-test-run
--force
--mem
&&
\
./mysql-test-run
--ps-protocol
--force
--mem
test
:
test-ns test-ps
# To ease script-writing, although in 4.1 it is identical to 'test'
test-full
:
test
# We are testing a new Perl version of the test script
test-pl
:
cd
mysql-test
;
\
./mysql-test-run.pl
&&
\
./mysql-test-run.pl
--ps-protocol
test-force
:
$(MAKE)
force
=
--force
test
test-force-pl
:
cd
mysql-test
;
\
./mysql-test-run.pl
--force
&&
\
./mysql-test-run.pl
--ps-protocol
--force
test-force-full
:
$(MAKE)
force
=
--force
test-full
#used by autopush.pl to run memory based tests
test-force-pl-mem
:
cd
mysql-test
;
\
./mysql-test-run.pl
--force
--mem
&&
\
./mysql-test-run.pl
--ps-protocol
--force
--mem
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
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