aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-11-27 17:30:24 +0800
committerWei-Ning Huang <w@dexon.org>2018-12-19 20:54:27 +0800
commit570e5b78933d290bc38b7beadc8c3d85c6f24839 (patch)
tree03d7b8762a6848d58b75fc3e95afbb19c39fd1b0
parent52c06263f8532735e44d7fcc78f381428b0ba019 (diff)
downloaddexon-570e5b78933d290bc38b7beadc8c3d85c6f24839.tar
dexon-570e5b78933d290bc38b7beadc8c3d85c6f24839.tar.gz
dexon-570e5b78933d290bc38b7beadc8c3d85c6f24839.tar.bz2
dexon-570e5b78933d290bc38b7beadc8c3d85c6f24839.tar.lz
dexon-570e5b78933d290bc38b7beadc8c3d85c6f24839.tar.xz
dexon-570e5b78933d290bc38b7beadc8c3d85c6f24839.tar.zst
dexon-570e5b78933d290bc38b7beadc8c3d85c6f24839.zip
Makefile: add libbls to test target dependencies (#57)
-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.