From 3087e610fbceeeab8ad963a19aaac6fa61d10ccb Mon Sep 17 00:00:00 2001 From: Quinn Slack Date: Tue, 18 Nov 2014 05:23:22 -0800 Subject: add script for checking thread locks in funcs that call MakeGitError --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4ecc8a4..3040857 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ build-libgit2: ./script/build-libgit2-static.sh test: build-libgit2 + go run script/check-MakeGitError-thread-lock.go ./script/with-static.sh go test ./... install: build-libgit2 -- cgit v1.2.3