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
e6fcb5b3
Commit
e6fcb5b3
authored
Jul 11, 2011
by
antirez
Browse files
make test depends on redis-check-aof as well.
parent
6b91a11e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
e6fcb5b3
...
...
@@ -200,7 +200,7 @@ clean:
dep
:
$(CC)
-MM
*
.c
-I
../deps/hiredis
-I
../deps/linenoise
test
:
redis-server
test
:
redis-server
redis-check-aof
@
(
cd
..
;
(
which tclsh8.5
>
/dev/null
&&
tclsh8.5 tests/test_helper.tcl
--tags
"
${TAGS}
"
)
||
echo
"You need to install Tcl (tclsh8.5) in order to run tests."
)
bench
:
...
...
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