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
628e1c69
"vscode:/vscode.git/clone" did not exist on "b37ca6edb10faa0ebcf54a7d23cee31d895fe5b1"
Commit
628e1c69
authored
May 14, 2010
by
Pieter Noordhuis
Browse files
update makefile to use the new test suite
parent
239515bc
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
628e1c69
...
@@ -13,8 +13,6 @@ else
...
@@ -13,8 +13,6 @@ else
endif
endif
CCOPT
=
$(CFLAGS)
$(CCLINK)
$(ARCH)
$(PROF)
CCOPT
=
$(CFLAGS)
$(CCLINK)
$(ARCH)
$(PROF)
DEBUG
?=
-g
-rdynamic
-ggdb
DEBUG
?=
-g
-rdynamic
-ggdb
HOST
?=
127.0.0.1
PORT
?=
6379
OBJ
=
adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o
OBJ
=
adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o
BENCHOBJ
=
ae.o anet.o redis-benchmark.o sds.o adlist.o zmalloc.o
BENCHOBJ
=
ae.o anet.o redis-benchmark.o sds.o adlist.o zmalloc.o
...
@@ -89,8 +87,8 @@ dep:
...
@@ -89,8 +87,8 @@ dep:
staticsymbols
:
staticsymbols
:
tclsh utils/build-static-symbols.tcl
>
staticsymbols.h
tclsh utils/build-static-symbols.tcl
>
staticsymbols.h
test
:
test
:
redis-server
tclsh8.5 test
-redis.tcl
-p
$(PORT)
-h
$(HOST)
tclsh8.5
test
/test_helper.tcl
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