builder/googlecompute: artifact tests

pull/919/head
Mitchell Hashimoto 13 years ago
parent 637968f2dd
commit bde4b02d2b

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