mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-02 07:47:49 +00:00
Use LCOV_EXCL comments to exclude some lines from test coverage (#1662)
This commit is contained in:
@@ -109,6 +109,10 @@ for f in *.[12]bpp; do
|
||||
runTest && tryCmp "$f" result.2bpp || failTest $?
|
||||
done
|
||||
|
||||
# Test writing to stdout
|
||||
newTest "$RGBGFX -m -o - write_stdout.bin > result.2bpp"
|
||||
runTest && tryCmp write_stdout.out.2bpp result.2bpp || failTest $?
|
||||
|
||||
if [[ "$failed" -eq 0 ]]; then
|
||||
echo "${bold}${green}All ${tests} tests passed!${rescolors}${resbold}"
|
||||
else
|
||||
|
||||
BIN
test/gfx/write_stdout.bin
Normal file
BIN
test/gfx/write_stdout.bin
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 127 B |
1
test/gfx/write_stdout.out.2bpp
Normal file
1
test/gfx/write_stdout.out.2bpp
Normal file
@@ -0,0 +1 @@
|
||||
? @@˙Ś˙’˙€˙€đ‚đŹxG~A? ˙ńâ~‚üřŕŕ
|
||||
Reference in New Issue
Block a user