diff --git a/test b/test new file mode 100755 index 0000000..30b4dc5 --- /dev/null +++ b/test @@ -0,0 +1,8 @@ +#!/bin/bash -e + +echo "Building bin/coreos-cloudinit" +. build + +echo "Running tests..." +go test -i github.com/coreos/coreos-cloudinit/cloudinit +go test -v github.com/coreos/coreos-cloudinit/cloudinit