Merge branch 'f-file-builder' of github.com:mitchellh/packer into f-file-builder

This commit is contained in:
Chris Bednarski 2015-06-16 12:11:33 -07:00
commit f5067e9736
1 changed files with 20 additions and 1 deletions

View File

@ -1,3 +1,22 @@
package compress
import ()
// import (
// "testing"
//
// builderT "github.com/mitchellh/packer/helper/builder/testing"
// )
//
// func TestBuilderTagsAcc_basic(t *testing.T) {
// builderT.Test(t, builderT.TestCase{
// Builder: &Builder{},
// Template: simpleTestCase,
// Check: checkTags(),
// })
// }
const simpleTestCase = `
{
"type": "compress",
"output": "foo.tar.gz"
}
`