Restructure directory, add 'pkgs' folder now

This commit is contained in:
Harshavardhana
2014-11-24 15:10:25 -08:00
parent a1aafb9648
commit 3cefaf5ad8
128 changed files with 50 additions and 7 deletions

16
pkgs/erasure/Makefile Normal file
View File

@@ -0,0 +1,16 @@
all: build test
.PHONY: all
test: cauchy vandermonde
cauchy:
@godep go test -test.run="TestCauchy*"
vandermonde:
@godep go test -test.run="TestVanderMonde*"
isal/isal-l.so:
@$(MAKE) --quiet -C isal lib
build: isal/isal-l.so
@godep go build