tests: loaders: First simple PBM tests.
commit4e298cb7cb11a0e161a4522d4f5a8496baac8f3c
authorCyril Hrubis <metan@ucw.cz>
Sun, 16 Jun 2013 09:46:48 +0000 (16 11:46 +0200)
committerCyril Hrubis <metan@ucw.cz>
Sun, 16 Jun 2013 09:49:23 +0000 (16 11:49 +0200)
tree2d543c95037674cbc6b2bb6b26a4a2ef1b87ad8e
parent4233e033b8b0c03a3a370a86e1e2d87bd3ba3d40
tests: loaders: First simple PBM tests.

Signed-off-by: Cyril Hrubis <metan@ucw.cz>
tests/loaders/Makefile
tests/loaders/PBM.c [new file with mode: 0644]
tests/loaders/data/pbm/corrupt/empty.pbm [new file with mode: 0644]
tests/loaders/data/pbm/corrupt/short.pbm [new file with mode: 0644]
tests/loaders/data/pbm/valid/black_1x1_1.pbm [new file with mode: 0644]
tests/loaders/data/pbm/valid/black_1x1_2.pbm [new file with mode: 0644]
tests/loaders/data/pbm/valid/black_1x1_3.pbm [new file with mode: 0644]
tests/loaders/data/pbm/valid/black_1x1_4.pbm [new file with mode: 0644]
tests/loaders/data/pbm/valid/white_1x1.pbm [new file with mode: 0644]
tests/loaders/test_list.txt