OSDN Git Service

Thanos did someting
[bytom/vapor.git] / vendor / github.com / multiformats / go-multihash / test / Makefile
diff --git a/vendor/github.com/multiformats/go-multihash/test/Makefile b/vendor/github.com/multiformats/go-multihash/test/Makefile
deleted file mode 100644 (file)
index 97ec5b6..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-all: deps
-
-deps:
-       cd sharness && make deps
-
-clean:
-       cd sharness && make clean
-
-test: test_expensive
-
-test_expensive:
-       cd sharness && make TEST_EXPENSIVE=1
-
-test_cheap:
-       cd sharness && make
-
-.PHONY: all clean