make check is a common naming convention for tests

This commit is contained in:
Johan Bergström 2013-03-16 18:40:22 +11:00
parent a66195629b
commit 978c895b69

View File

@ -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)