This commit is contained in:
Ryan Oldenburg 2022-01-03 19:14:48 -06:00
parent 26d616cc32
commit 1e980aa018

View file

@ -7,6 +7,7 @@ for name in tests:
input = decodeQoi(readFile("tests/fileformats/qoi/" & name & ".qoi"))
control = decodePng(readFile("tests/fileformats/qoi/" & name & ".png"))
doAssert input.data == control.data, "input mismatch of " & name
discard encodeQoi(control)
for name in tests:
let