]> www.fi.muni.cz Git - evince.git/commitdiff
tests/experiments
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>
Sun, 18 May 2003 15:55:38 +0000 (15:55 +0000)
committerMartin Kretzschmar <mkretzschmar@src.gnome.org>
Sun, 18 May 2003 15:55:38 +0000 (15:55 +0000)
* xpdf/tests/test-page-setup.cc, xpdf/tests/test-links.cc:
tests/experiments

* xpdf/tests/Makefile.am, xpdf/tests/.cvsignore: infrastructure

* xpdf/gpdf-view.h: signal slots for close and quit requests

* xpdf/gpdf-view.cc (gpdf_view_link_action_named, link_clicked_cb)
(gpdf_view_class_init): implement some named action links:
NextPage, PrevPage, FirstPage, LastPage, signals for Close and Quit

* xpdf/Makefile.am (SUBDIRS): add tests

* test-files/simple-links.tex: test file, simple pdf links

* test-files/.cvsignore, test-files/Makefile.am: infrastructure

* configure.in: check for pdftex (not a hard requirement)
add test-files/Makefile and xpdf/tests/Makefile

* NEWS: update

* Makefile.am (SUBDIRS): add test-files

pdf/xpdf/Makefile.am

index ffb96d7ef440e8b9b20b9588b2803eb70a83bc33..f9d2330a6f3ca209c79b8e380282a669d5beb414 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = . tests
+SUBDIRS = . tests
 
 INCLUDES =                                                     \
        -I$(top_srcdir)                                         \