diff --git a/gfx/animate/anitmate_test.go b/gfx/animate/anitmate_test.go index d5463dd..166fcc1 100644 --- a/gfx/animate/anitmate_test.go +++ b/gfx/animate/anitmate_test.go @@ -17,6 +17,9 @@ import ( "github.com/jeromelesaux/zx0/encode" ) +func init() { + _ = os.Mkdir("../../test", os.ModePerm) +} func TestAnimate(t *testing.T) { file := "../../samples/sonic_rotate.gif" e := config.NewMartineConfig(file, "../../test")