summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2010-06-02 23:04:22 +0200
committerPieter Noordhuis <pcnoordhuis@gmail.com>2010-06-02 23:22:20 +0200
commit73bd6c583b9a3e29dbbbf4f1ba8259cfe5e131b8 (patch)
tree68c107263a819290b44aa7516ff1acb3a0b1c41d /Makefile
parent6e0e5bedd9c3a4bf0f53f43c427c88e2866bda0a (diff)
downloadredis-73bd6c583b9a3e29dbbbf4f1ba8259cfe5e131b8.tar.gz
pass tags to filter and match via arguments
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7dfb1cdb..31a763ad8 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@ staticsymbols:
tclsh utils/build-static-symbols.tcl > staticsymbols.h
test:
- tclsh8.5 tests/test_helper.tcl
+ tclsh8.5 tests/test_helper.tcl --tags "${TAGS}"
bench:
./redis-benchmark