builder/googlecompute: artifact tests

This commit is contained in:
Mitchell Hashimoto 2013-12-13 19:08:27 -08:00
parent 637968f2dd
commit bde4b02d2b
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
package googlecompute
import (
"github.com/mitchellh/packer/packer"
"testing"
)
func TestArtifact_impl(t *testing.T) {
var _ packer.Artifact = new(Artifact)
}