mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
make check is a common naming convention for tests
This commit is contained in:
@@ -200,6 +200,8 @@ distclean: clean
|
||||
test: $(REDIS_SERVER_NAME) $(REDIS_CHECK_AOF_NAME)
|
||||
@(cd ..; ./runtest)
|
||||
|
||||
check: test
|
||||
|
||||
lcov:
|
||||
$(MAKE) gcov
|
||||
@(set -e; cd ..; ./runtest --clients 1)
|
||||
|
||||
Reference in New Issue
Block a user