redict/client-libraries/erlang/test/Makefile

13 lines
212 B
Makefile
Raw Normal View History

2009-03-22 05:30:00 -04:00
include ../support/include.mk
all: $(EBIN_FILES)
clean:
rm -rf $(EBIN_FILES) erl_crash.dump
test: $(MODULES)
./$(MODULES):
@echo "Running tests for $@"
erl -pa ../ebin -run $@ test -run init stop -noshell