mirror of
https://github.com/minio/minio.git
synced 2025-12-09 09:06:32 -05:00
Fixes #71 - some crazy races inside erasure and simplify the code
- This change also brings in changing 'unsigned char' to 'uint8_t' for brevity
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
all: build test
|
||||
.PHONY: all
|
||||
|
||||
test: test-race test-cover
|
||||
|
||||
test-race:
|
||||
@godep go test -race
|
||||
|
||||
test-cover:
|
||||
@godep go test -coverprofile=cover.out
|
||||
test:
|
||||
@godep go test -race -coverprofile=cover.out
|
||||
|
||||
isal/isal-l.a:
|
||||
@$(MAKE) -C isal lib
|
||||
|
||||
Reference in New Issue
Block a user