]> git.saurik.com Git - redis.git/blob - client-libraries/erlang/test/Makefile
critical bug about glueoutputbuffers=yes fixed. Under load and with pipelining and...
[redis.git] / client-libraries / erlang / test / Makefile
1 include ../support/include.mk
2
3 all: $(EBIN_FILES)
4
5 clean:
6 rm -rf $(EBIN_FILES) erl_crash.dump
7
8 test: $(MODULES)
9
10 ./$(MODULES):
11 @echo "Running tests for $@"
12 erl -pa ../ebin -run $@ test -run init stop -noshell