summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2014-12-09 00:47:41 +0100
committerCarlos Martín Nieto <[email protected]>2014-12-09 00:47:41 +0100
commit7762e1a3a963d3e00c4709b284d30ff843ea30ff (patch)
tree72a2f736bc7aaf291a41fb82668793dffe219c13 /Makefile
parent520a0425c736c7d584d21d073b08a8735dd2464f (diff)
parent57095bafe72ffd80d22469215db026be3c5d4242 (diff)
Merge pull request #138 from sqs/check-MakeGitError-thread-lock
Add script for checking thread locks in funcs that call MakeGitError
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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