[poppler] test: Makefile,1.11,1.12
Jeff Muizelaar
jrmuizel at kemper.freedesktop.org
Wed Oct 25 12:27:35 PDT 2006
Update of /cvs/poppler/test
In directory kemper:/tmp/cvs-serv899
Modified Files:
Makefile
Log Message:
Add new test that shows the behaviour of seams/placement of image masks.
Index: Makefile
===================================================================
RCS file: /cvs/poppler/test/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile 6 Sep 2006 23:28:53 -0000 1.11
+++ Makefile 25 Oct 2006 19:27:33 -0000 1.12
@@ -1,7 +1,8 @@
CFLAGS = $(shell pkg-config --cflags poppler-glib pango gdk-2.0) -g -Wall -O2
LDLIBS = $(shell pkg-config --libs poppler-glib)
-
-PDFS = $(addprefix tests/, mask.pdf text.pdf image.pdf type3.pdf cropbox.pdf inline-image.pdf degenerate-path.pdf)
+PDFNAMES = mask.pdf text.pdf image.pdf type3.pdf cropbox.pdf \
+ inline-image.pdf degenerate-path.pdf mask-seams.pdf
+PDFS = $(addprefix tests/, $(PDFNAMES))
ifdef POPPLER_DIR
POPPLER_DEPS = $(POPPLER_DIR)/poppler/libpoppler.la
More information about the poppler
mailing list