Add tests (#193)

This commit is contained in:
Jonas Kvinge
2019-06-28 01:33:22 +02:00
committed by GitHub
parent b9f4407815
commit 60bd90848b
42 changed files with 3156 additions and 7 deletions

15
tests/data/testdata.qrc Normal file
View File

@@ -0,0 +1,15 @@
<RCC>
<qresource prefix="/">
<file>audio/strawberry.wav</file>
<file>audio/strawberry.flac</file>
<file>audio/strawberry.wv</file>
<file>audio/strawberry.oga</file>
<file>audio/strawberry.opus</file>
<file>audio/strawberry.spx</file>
<file>audio/strawberry.aif</file>
<file>audio/strawberry.asf</file>
<file>audio/strawberry.mp3</file>
<file>audio/strawberry.m4a</file>
<file>audio/strawberry.mp4</file>
</qresource>
</RCC>