diff options
| author | Quinn Slack <[email protected]> | 2014-11-18 05:23:22 -0800 |
|---|---|---|
| committer | Quinn Slack <[email protected]> | 2014-12-08 11:52:35 -0800 |
| commit | 3087e610fbceeeab8ad963a19aaac6fa61d10ccb (patch) | |
| tree | a5d5035e54c68ccb6c6ae2108365343050e1eb31 /Makefile | |
| parent | 520a0425c736c7d584d21d073b08a8735dd2464f (diff) | |
add script for checking thread locks in funcs that call MakeGitError
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
