summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorYossi Gottlieb <yossigo@gmail.com>2019-03-24 12:03:03 +0200
committerYossi Gottlieb <yossigo@gmail.com>2019-03-24 12:03:03 +0200
commitec0b6bd2c35a617101a2e874307be8ae9b504ac0 (patch)
tree2a8a700891e4775913ab5a822e6b1925290871e6 /src/modules
parent822a992f913484162ce508fdb073d8f2ddb6d7c8 (diff)
downloadredis-ec0b6bd2c35a617101a2e874307be8ae9b504ac0.tar.gz
Add runtest-moduleapi with commandfilter coverage.
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/modules/Makefile b/src/modules/Makefile
index 537aa0daf..4f6b50f2e 100644
--- a/src/modules/Makefile
+++ b/src/modules/Makefile
@@ -13,7 +13,7 @@ endif
.SUFFIXES: .c .so .xo .o
-all: helloworld.so hellotype.so helloblock.so testmodule.so hellocluster.so hellotimer.so hellodict.so hellofilter.so
+all: helloworld.so hellotype.so helloblock.so testmodule.so hellocluster.so hellotimer.so hellodict.so
.c.xo:
$(CC) -I. $(CFLAGS) $(SHOBJ_CFLAGS) -fPIC -c $< -o $@
@@ -47,11 +47,6 @@ hellodict.xo: ../redismodule.h
hellodict.so: hellodict.xo
-hellofilter.xo: ../redismodule.h
-
-hellofilter.so: hellofilter.xo
- $(LD) -o $@ $< $(SHOBJ_LDFLAGS) $(LIBS) -lc
-
testmodule.xo: ../redismodule.h
testmodule.so: testmodule.xo