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
54a3d275
Commit
54a3d275
authored
Mar 17, 2008
by
Bradley C. Kuszmaul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup makefile a little.
git-svn-id:
file:///svn/tokudb@2882
c7de825b-a66e-492c-adef-691d508d4ae1
parent
47c3597d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
src/tests/Makefile
src/tests/Makefile
+6
-3
No files found.
src/tests/Makefile
View file @
54a3d275
...
...
@@ -66,7 +66,7 @@ foo:
echo
ALL_TESTS:
$(ALL_TESTS)
.PHONY
:
check check.bdb check.tdb
check
:
check.bdb check.tdb
all.recover
test_db_assoc3.tdbrun_wasbad
check
:
check.bdb check.tdb test_db_assoc3.tdbrun_wasbad
@
echo
ok
$@
tests
:
tests.bdb tests.tdb
@
echo
ok
$@
...
...
@@ -76,7 +76,7 @@ check.bdb: $(RUN_BDB_TESTS)
@
echo
ok
$@
tests.tdb
:
$(TDB_TESTS)
@
echo
ok
$@
check.tdb
:
$(RUN_TDB_TESTS)
check.tdb
:
$(RUN_TDB_TESTS)
all.recover
@
echo
ok
$@
# Need these rule so that Make knows about all the file names
...
...
@@ -135,7 +135,10 @@ libs:
$(SETTOKUENV)
cc
-DENVDIR
=
\"
dir.
$<
.tdb
\"
-DUSE_TDB
-DIS_TDB
=
1
$(CFLAGS)
$(TDB_CPPFLAGS)
$(TDB_LOADLIBES)
$<
-o
$@
.PHONY
:
%.recover
all.recover
:
test_log2.recover test_log3.recover test_log4.recover test_log5.recover test_log6.recover test_log7.recover test_log8.recover test_log9.recover
TLRECOVER
=
2 3 4 5 6 7 8 9
all.recover
:
$(patsubst %
,
test_log%.recover
,
$(TLRECOVER))
$(patsubst %,test_log%.tdbrun,$(TLRECOVER))
:
@
echo
-n
%.recover
:
%.tdb
$(MAYBEATSIGN)
$(SETTOKUENV)
$(VGRIND)
./
$<
$(MAYBEATSIGN)
$(SETTOKUENV)
rm
-rf
dir.
$(
patsubst
%.tdb,%.c.tdb,
$<
)
.recover
...
...
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