diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2011-02-15 18:57:18 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2011-02-15 19:10:24 -0800 |
commit | a7463d1f3c08c8746fbadef573416f5f9af28205 (patch) | |
tree | 1c413c389f8b303afda403112fa99bd4e59d716e /test/Makefile.am | |
parent | b86a7e0ae6149edba37c5771d05a815a65f9235c (diff) |
Add test app and test pdf file
The test program is a just a simple exerciser for the EvPreviewer
widget, and the pdf is borrowed from evince.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am new file mode 100644 index 0000000..8c154fc --- /dev/null +++ b/test/Makefile.am @@ -0,0 +1,5 @@ +AM_CFLAGS = $(PREVIEWER_CFLAGS) +LDADD = $(top_builddir)/previewer/libevpreviewer.la $(PREVIEWER_LIBS) + +noinst_PROGRAMS = previewer + |