From ce80934897a4dded8278beb5bbed1c85483bcf80 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Tue, 4 Mar 2014 16:50:54 -0800 Subject: [PATCH] feat(test): Add unittest runner --- test | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 test 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