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
hiredis
Commits
e791703f
Commit
e791703f
authored
Sep 29, 2011
by
Pieter Noordhuis
Browse files
Makefile target for parser tests
parent
62a36ab1
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
e791703f
...
...
@@ -94,6 +94,12 @@ check: hiredis-test
(
kill
`
cat
/tmp/hiredis-test-redis.pid
`
&&
false
)
kill
`
cat
/tmp/hiredis-test-redis.pid
`
test/test-%.o
:
test/test-%.c
$(CC)
-std
=
c99
-pedantic
-o
$@
-c
$(REAL_CFLAGS)
$<
test/test-parser
:
test/test-parser.o parser.o sds.o
$(CC)
-o
$@
$(REAL_LDFLAGS)
$^
.c.o
:
$(CC)
-std
=
c99
-pedantic
-c
$(REAL_CFLAGS)
$<
...
...
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