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-03-12 12:19:09 +0800
commita4d8cebd7a6d5a6de5ad5b2c831ee014729591ac (patch)
tree20cee8de8787eef53d565c237f3083f0fd417256 /Makefile
parent0526a03a2c6e8579438848b36fa8ae3ced650d90 (diff)
downloaddexon-a4d8cebd7a6d5a6de5ad5b2c831ee014729591ac.tar
dexon-a4d8cebd7a6d5a6de5ad5b2c831ee014729591ac.tar.gz
dexon-a4d8cebd7a6d5a6de5ad5b2c831ee014729591ac.tar.bz2
dexon-a4d8cebd7a6d5a6de5ad5b2c831ee014729591ac.tar.lz
dexon-a4d8cebd7a6d5a6de5ad5b2c831ee014729591ac.tar.xz
dexon-a4d8cebd7a6d5a6de5ad5b2c831ee014729591ac.tar.zst
dexon-a4d8cebd7a6d5a6de5ad5b2c831ee014729591ac.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.