Add command to run the test suite in Makefile.
@@ -46,3 +46,6 @@ clean:
clean-mac: clean
find . -name ".DS_Store" -print0 | xargs -0 rm
+
+test:
+ go test ./...