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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
8332800f
Commit
8332800f
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
1f602868
3ec5e033
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 @
8332800f
...
@@ -95,7 +95,11 @@ dist-hook:
...
@@ -95,7 +95,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.
#
#
...
@@ -105,36 +109,33 @@ tags:
...
@@ -105,36 +109,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-force
:
test-ns
:
cd
mysql-test
;
\
cd
mysql-test
;
\
./mysql-test-run
--force
&&
\
@PERL@ ./mysql-test-run.pl
$(force)
./mysql-test-run
--ps-protocol
--force
test-force-mem
:
test
:
test-ns test-ps
cd
mysql-test
;
\
./mysql-test-run
--force
--mem
&&
\
./mysql-test-run
--ps-protocol
--force
--mem
# 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-force
:
test-pl
:
$(MAKE)
force
=
--force
test
cd
mysql-test
;
\
./mysql-test-run.pl
&&
\
./mysql-test-run.pl
--ps-protocol
test-force-pl
:
test-force-full
:
cd
mysql-test
;
\
$(MAKE)
force
=
--force
test-full
./mysql-test-run.pl
--force
&&
\
./mysql-test-run.pl
--ps-protocol
--force
#used by autopush.pl to run memory based tests
#used by autopush.pl to run memory based tests
test-force-pl-mem
:
test-force-mem
:
cd
mysql-test
;
\
$(MAKE)
'force=--force --mem'
test
./mysql-test-run.pl
--force
--mem
&&
\
./mysql-test-run.pl
--ps-protocol
--force
--mem
# 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