mirror of
https://github.com/pgsty/minio.git
synced 2026-07-25 06:56:18 +03:00
erasure: Coding blocks during encoding were garbage, fixes #21
This commit is contained in:
+3
-3
@@ -4,13 +4,13 @@ all: build test
|
||||
test: cauchy vandermonde
|
||||
|
||||
cauchy:
|
||||
@go test -test.run="TestCauchy*"
|
||||
@godep go test -test.run="TestCauchy*"
|
||||
|
||||
vandermonde:
|
||||
@go test -test.run="TestVanderMonde*"
|
||||
@godep go test -test.run="TestVanderMonde*"
|
||||
|
||||
isal/isal-l.so:
|
||||
@$(MAKE) --quiet -C isal
|
||||
|
||||
build: isal/isal-l.so
|
||||
@go build
|
||||
@godep go build
|
||||
|
||||
Reference in New Issue
Block a user