Kirika/audio/format/guess/mp3_decode_test.go

13 lines
193 B
Go
Raw Normal View History

//go:build !disable_format_mp3
package guess
2022-05-15 14:36:26 +00:00
import (
"git.gammaspectra.live/S.O.N.G/Kirika/test"
"testing"
)
func TestMP3Decode(t *testing.T) {
2022-10-03 09:34:56 +00:00
DoTest(".mp3", test.SampleLocations, t)
}