Change make test to also download deps

This commit is contained in:
Zachary Yedidia 2016-03-25 15:06:34 -04:00
parent 8ad7f99878
commit f65896284b

View file

@ -10,6 +10,7 @@ syn-files:
cp -r runtime/* ~/.micro
test:
go get -d ./src
go test ./src
clean: