]> git.saurik.com Git - redis.git/blobdiff - client-libraries/erlang/test/Makefile
client libs removed from Redis git
[redis.git] / client-libraries / erlang / test / Makefile
diff --git a/client-libraries/erlang/test/Makefile b/client-libraries/erlang/test/Makefile
deleted file mode 100644 (file)
index b87cc9b..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-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