]> git.saurik.com Git - redis.git/blame - client-libraries/erlang/test/Makefile
first commit
[redis.git] / client-libraries / erlang / test / Makefile
CommitLineData
ed9b544e 1include ../support/include.mk
2
3all: $(EBIN_FILES)
4
5clean:
6 rm -rf $(EBIN_FILES) erl_crash.dump
7
8test: $(MODULES)
9
10./$(MODULES):
11 @echo "Running tests for $@"
12 erl -pa ../ebin -run $@ test -run init stop -noshell