aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-11-27 17:30:24 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 13:49:58 +0800
commitd97270dbd8e280fc7e47859556551e0b76f2a70f (patch)
tree931d673b9845ddd13d634f921daf83158de69208 /Makefile
parent8031e8b780e4ceb340c0bdcdb5cefe3be8767294 (diff)
downloaddexon-d97270dbd8e280fc7e47859556551e0b76f2a70f.tar
dexon-d97270dbd8e280fc7e47859556551e0b76f2a70f.tar.gz
dexon-d97270dbd8e280fc7e47859556551e0b76f2a70f.tar.bz2
dexon-d97270dbd8e280fc7e47859556551e0b76f2a70f.tar.lz
dexon-d97270dbd8e280fc7e47859556551e0b76f2a70f.tar.xz
dexon-d97270dbd8e280fc7e47859556551e0b76f2a70f.tar.zst
dexon-d97270dbd8e280fc7e47859556551e0b76f2a70f.zip
Makefile: add libbls to test target dependencies (#57)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e4765fb35..252a5bb0d 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ ios:
@echo "Done building."
@echo "Import \"$(GOBIN)/Geth.framework\" to use the library."
-test: all
+test: all libbls
build/env.sh go run build/ci.go test
lint: ## Run linters.