[poppler] poppler/qt4/tests: .cvsignore, 1.9, 1.10 Makefile.am, 1.13, 1.14

Albert Astals Cid aacid at freedesktop.org
Wed Jan 18 14:32:15 PST 2006


Update of /cvs/poppler/poppler/qt4/tests
In directory gabe:/tmp/cvs-serv28869/qt4/tests

Modified Files:
	.cvsignore Makefile.am 
Log Message:
Brad patch for embedded document extraction, only has Qt4 bindings for now, needs Qt3 and glib work


Index: .cvsignore
===================================================================
RCS file: /cvs/poppler/poppler/qt4/tests/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- .cvsignore	27 Dec 2005 06:10:02 -0000	1.9
+++ .cvsignore	18 Jan 2006 22:32:13 -0000	1.10
@@ -8,7 +8,9 @@
 stress-poppler-qt4
 test-poppler-qt4
 test-password-qt4
+poppler-attachments
 poppler-fonts
+check_attachments
 check_dateConversion
 check_fonts
 check_metadata

Index: Makefile.am
===================================================================
RCS file: /cvs/poppler/poppler/qt4/tests/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile.am	10 Jan 2006 21:57:28 -0000	1.13
+++ Makefile.am	18 Jan 2006 22:32:13 -0000	1.14
@@ -19,7 +19,7 @@
 	moc -i $< -o $@
 
 noinst_PROGRAMS = test-poppler-qt4 stress-poppler-qt4 \
-	poppler-fonts test-password-qt4
+	poppler-fonts test-password-qt4 poppler-attachments
 
 
 test_poppler_qt4_SOURCES =			\
@@ -39,6 +39,11 @@
 
 poppler_fonts_LDADD = $(LDADDS)
 
+poppler_attachments_SOURCES =			\
+       poppler-attachments.cpp
+
+poppler_attachments_LDADD = $(LDADDS)
+
 
 stress_poppler_qt4_SOURCES =			\
        stress-poppler-qt4.cpp
@@ -47,7 +52,8 @@
 
 if BUILD_POPPLER_QT4TESTS
 TESTS = \
-	check_dateConversion	\
+	check_attachments	\
+	check_dateConversion 	\
 	check_fonts		\
 	check_metadata         	\
 	check_permissions      	\
@@ -56,6 +62,10 @@
 
 check_PROGRAMS = $(TESTS)
 
+check_attachments_SOURCES = check_attachments.cpp
+check_attachments.$(OBJEXT): check_attachments.moc
+check_attachments_LDADD = $(UT_LDADDS)
+
 check_dateConversion_SOURCES = check_dateConversion.cpp
 check_dateConversion.$(OBJEXT): check_dateConversion.moc
 check_dateConversion_LDADD = $(UT_LDADDS)
@@ -73,7 +83,7 @@
 check_pagemode_LDADD = $(UT_LDADDS)
 
 check_permissions_SOURCES = check_permissions.cpp
-check_metadata.$(OBJEXT): check_permissions.moc
+check_permissions.$(OBJEXT): check_permissions.moc
 check_permissions_LDADD = $(UT_LDADDS)
 
 check_pagelayout_SOURCES = check_pagelayout.cpp



More information about the poppler mailing list