Kirika/audio/format/guess/mp3_decode_test.go
2022-05-20 17:23:50 +02:00

13 lines
197 B
Go

//go:build !disable_format_mp3
package guess
import (
"git.gammaspectra.live/S.O.N.G/Kirika/test"
"testing"
)
func TestMP3Decode(t *testing.T) {
DoTest(".mp3", test.TestSampleLocations, t)
}