summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 0b4cff7a1..c7fdf211e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -204,6 +204,9 @@ distclean: clean
test: $(REDIS_SERVER_NAME) $(REDIS_CHECK_AOF_NAME)
@(cd ..; ./runtest)
+test-sentinel: $(REDIS_SENTINEL_NAME)
+ @(cd ..; ./runtest-sentinel)
+
check: test
lcov: