Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
d5b36c51
Commit
d5b36c51
authored
Jun 25, 2011
by
antirez
Browse files
Merge remote branch 'origin/unstable' into unstable
parents
c9d0c362
a004de0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
d5b36c51
...
...
@@ -196,7 +196,7 @@ dep:
$(CC)
-MM
*
.c
-I
../deps/hiredis
-I
../deps/linenoise
test
:
redis-server
(
cd
..
;
tclsh
8.5
tests/test_helper.tcl
--tags
"
${TAGS}
"
--file
"
${FILE}
"
)
@
(
cd
..
;
(
which tclsh
>
/dev/null
&&
tclsh tests/test_helper.tcl
--tags
"
${TAGS}
"
--file
"
${FILE}
"
)
||
echo
"You need to install Tcl in order to run tests."
)
bench
:
./redis-benchmark
...
...
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