[poppler] Branch 'poppler-0.20' - qt4/tests
Albert Astals Cid
aacid at kemper.freedesktop.org
Sun Sep 16 05:05:28 PDT 2012
qt4/tests/Makefile.am | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
New commits:
commit b63049f97629a93ec346033e0ec56fc11f34c4fe
Author: Albert Astals Cid <aacid at kde.org>
Date: Sun Sep 16 14:05:01 2012 +0200
Forgot to add the new test to autotools
diff --git a/qt4/tests/Makefile.am b/qt4/tests/Makefile.am
index be8ea35..6286d8c 100644
--- a/qt4/tests/Makefile.am
+++ b/qt4/tests/Makefile.am
@@ -79,7 +79,8 @@ TESTS = \
check_password \
check_pagelayout \
check_search \
- check_strings
+ check_strings \
+ check_lexer
check_PROGRAMS = $(TESTS)
@@ -135,5 +136,9 @@ check_strings_SOURCES = check_strings.cpp
check_strings.$(OBJEXT): check_strings.moc
check_strings_LDADD = $(LDADDS) $(POPPLER_QT4_TEST_LIBS)
+check_lexer_SOURCES = check_lexer.cpp
+check_lexer.$(OBJEXT): check_lexer.moc
+check_lexer_LDADD = $(LDADDS) $(POPPLER_QT4_TEST_LIBS)
+
endif
More information about the poppler
mailing list