X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/efc068f39f6811cdc0e004d2acf4ef08b2b71c3e:/tests/empty-image.tap..9969a6cd8e946ea3bbcd7f4b357b0e60fc02fe43:/static/gitweb/gitweb.css diff --git a/tests/empty-image.tap b/tests/empty-image.tap deleted file mode 100755 index c506eb5..0000000 --- a/tests/empty-image.tap +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh -# -# 2ooM: The Master of Orion II Reverse Engineering Project -# Test decoding of empty (0x0) images -# Copyright © 2013 Nick Bowler -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -. "$srcdir/tests/util/test-init.sh" || exit 99 - -plan_ 2 -dx_create_testdir - -command_ok_ "decoding image-0x0" $LBXIMG -F pbm -dnf "$testdata/image-0x0" - -check_output() { - diff out.000.pbm - 1>&2 <<'EOF' -P1 -0 0 -EOF -} -command_ok_ "empty (0x0) image output" check_output