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
a004de0f
Commit
a004de0f
authored
Jun 24, 2011
by
Salvatore Sanfilippo
Browse files
Merge pull request #63 from djanowski/tcl
Add warning when `tcl` is not available to run tests
parents
c1c9d551
b3bc4452
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
a004de0f
...
...
@@ -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