]> git.saurik.com Git - redis.git/blob - client-libraries/erlang/test/Makefile
another missing free->zfree replacement fixed. Thanks to Ludo
[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