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
01d51167
Commit
01d51167
authored
Feb 06, 2008
by
Yoni Fogel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix in tests makefile.
git-svn-id:
file:///svn/tokudb@2131
c7de825b-a66e-492c-adef-691d508d4ae1
parent
55191e57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/tests/Makefile
src/tests/Makefile
+4
-4
No files found.
src/tests/Makefile
View file @
01d51167
...
...
@@ -65,10 +65,10 @@ foo:
.PHONY
:
check check.bdb check.tdb
check
:
check.bdb check.tdb all.recover test_db_assoc3.tdbrun_wasbad
@
echo
ok
tests.bdb
:
$(BDB_TESTS)
check.bdb
:
$(RUN_BDB_TESTS)
tests.tdb
:
$(TDB_TESTS)
check.tdb
:
$(RUN_TDB_TESTS)
tests.bdb
:
make_libs
$(BDB_TESTS)
check.bdb
:
make_libs
$(RUN_BDB_TESTS)
tests.tdb
:
make_libs
$(TDB_TESTS)
check.tdb
:
make_libs
$(RUN_TDB_TESTS)
# Need these rule so that Make knows about all the file names
.PHONY
:
%.bdbrun %.tdbrun %.run
...
...
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