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 21:32:54 +0800
commite87e0a9ce260ce7b9f438a2fc28eabdda1509db7 (patch)
tree6225b23815d55ec56082bf8858db683d933a43df /Makefile
parent6f016312ed895123d1ace5d4455d878489a4e0c4 (diff)
downloaddexon-e87e0a9ce260ce7b9f438a2fc28eabdda1509db7.tar
dexon-e87e0a9ce260ce7b9f438a2fc28eabdda1509db7.tar.gz
dexon-e87e0a9ce260ce7b9f438a2fc28eabdda1509db7.tar.bz2
dexon-e87e0a9ce260ce7b9f438a2fc28eabdda1509db7.tar.lz
dexon-e87e0a9ce260ce7b9f438a2fc28eabdda1509db7.tar.xz
dexon-e87e0a9ce260ce7b9f438a2fc28eabdda1509db7.tar.zst
dexon-e87e0a9ce260ce7b9f438a2fc28eabdda1509db7.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.