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
4d93aa69
Commit
4d93aa69
authored
Mar 11, 2008
by
Yoni Fogel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MOdification to makefiles.
git-svn-id:
file:///svn/tokudb@2736
c7de825b-a66e-492c-adef-691d508d4ae1
parent
5ac0b858
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
src/lock_tree/tests/Makefile
src/lock_tree/tests/Makefile
+3
-1
src/range_tree/tests/Makefile
src/range_tree/tests/Makefile
+3
-1
src/tests/Makefile
src/tests/Makefile
+2
-0
No files found.
src/lock_tree/tests/Makefile
View file @
4d93aa69
...
...
@@ -38,7 +38,7 @@ RUN_LIN_TESTS = $(patsubst %.lin,%.linrun,$(LIN_TESTS))
RUN_TLIN_TESTS
=
$(
patsubst
%.tlin,%.tlinrun,
$(TLIN_TESTS)
)
RUN_ALL_TESTS
=
$(RUN_LIN_TESTS)
$(RUN_TLIN_TESTS)
$(RUN_TLOG_TESTS)
$(RUN_LOG_TESTS)
.PHONY
:
check default all check.lin check.tlin check.log check.tlog tests.lin tests.tlin tests.tlog tests.log
.PHONY
:
check
tests
default all check.lin check.tlin check.log check.tlog tests.lin tests.tlin tests.tlog tests.log
default
:
check
...
...
@@ -46,6 +46,8 @@ all: make_libs $(ALL_TESTS)
check
:
check.lin check.tlin check.tlog
#
check.log
@
echo
$@
ok
tests
:
tests.lin tests.tlin tests.tlog
#
tests.log
@
echo
$@
ok
tests.lin
:
make_libs $(LIN_TESTS)
@
echo
$@
ok
check.lin
:
make_libs $(RUN_LIN_TESTS)
...
...
src/range_tree/tests/Makefile
View file @
4d93aa69
...
...
@@ -32,7 +32,7 @@ RUN_TLOG_TESTS = $(patsubst %.tlog,%.tlogrun,$(TLOG_TESTS))
RUN_LIN_TESTS
=
$(
patsubst
%.lin,%.linrun,
$(LIN_TESTS)
)
RUN_ALL_TESTS
=
$(RUN_LIN_TESTS)
$(RUN_TLOG_TESTS)
$(RUN_LOG_TESTS)
.PHONY
:
default all check check.lin check.tlog check.log tests.lin tests.log tests.tlog
.PHONY
:
default all check
tests
check.lin check.tlog check.log tests.lin tests.log tests.tlog
default
:
check
...
...
@@ -40,6 +40,8 @@ all: make_libs $(ALL_TESTS)
check
:
check.lin check.tlog
#
check.log
@
echo
$@
ok
tests
:
tests.lin tests.tlog
#
tests.log
@
echo
$@
ok
tests.lin
:
make_libs $(LIN_TESTS)
@
echo
$@
ok
check.lin
:
make_libs $(RUN_LIN_TESTS)
...
...
src/tests/Makefile
View file @
4d93aa69
...
...
@@ -68,6 +68,8 @@ foo:
.PHONY
:
check check.bdb check.tdb
check
:
check.bdb check.tdb all.recover test_db_assoc3.tdbrun_wasbad
@
echo
ok
$@
tests
:
tests.bdb tests.tdb
@
echo
ok
$@
tests.bdb
:
$(BDB_TESTS)
@
echo
ok
$@
check.bdb
:
$(RUN_BDB_TESTS)
...
...
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