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@byzantine-lab.io>2019-06-12 17:27:19 +0800
commita7468ea427424adda6ad5606057cf2eac0b36e97 (patch)
tree18e63744e1432414c49e18e570da6a5537d4c502 /Makefile
parentceb3106eec3a31ecc500d40a0a0750a1b9f2a04f (diff)
downloadgo-tangerine-a7468ea427424adda6ad5606057cf2eac0b36e97.tar
go-tangerine-a7468ea427424adda6ad5606057cf2eac0b36e97.tar.gz
go-tangerine-a7468ea427424adda6ad5606057cf2eac0b36e97.tar.bz2
go-tangerine-a7468ea427424adda6ad5606057cf2eac0b36e97.tar.lz
go-tangerine-a7468ea427424adda6ad5606057cf2eac0b36e97.tar.xz
go-tangerine-a7468ea427424adda6ad5606057cf2eac0b36e97.tar.zst
go-tangerine-a7468ea427424adda6ad5606057cf2eac0b36e97.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.