erasure: Coding blocks during encoding were garbage, fixes #21

This commit is contained in:
Harshavardhana
2014-11-13 21:48:04 -08:00
parent c39c51328e
commit 6a6dac8365
5 changed files with 35 additions and 37 deletions
+3 -3
View File
@@ -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