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
b3bc4452
Commit
b3bc4452
authored
Jun 24, 2011
by
Damian Janowski
Browse files
Avoid bug reports when Tcl is not installed.
parent
fc879abe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
b3bc4452
...
@@ -178,7 +178,7 @@ dep:
...
@@ -178,7 +178,7 @@ dep:
$(CC)
-MM
*
.c
-I
../deps/hiredis
-I
../deps/linenoise
$(CC)
-MM
*
.c
-I
../deps/hiredis
-I
../deps/linenoise
test
:
redis-server
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
:
bench
:
./redis-benchmark
./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