builder/googlecompute: artifact tests
This commit is contained in:
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…
Reference in New Issue