Changeset 6 for trunk/tests/Makefile.am

Show
Ignore:
Timestamp:
04/10/06 11:11:30 (3 years ago)
Author:
jordi
Message:

The Document class now actually tries to open a PDFDoc document from Poppler and reports an error if it can't find the PDF file.

Also, now the test file has a member which is the document to test, since it will be the same for all test (even for the empty, because I don't load a file in the setUp() function).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/Makefile.am

    r5 r6  
    99    main.cxx 
    1010 
    11 test_epdfview_CXXFLAGS =                \ 
    12     -DTEST_DATA_DIR=$(top_srcdir)/src   \ 
    13     -I$(top_srcdir)/src                 \ 
    14     $(GLIB_CFLAGS)                      \ 
     11test_epdfview_CXXFLAGS =                    \ 
     12    -DTEST_DATA_DIR='"$(top_srcdir)/src/"'  \ 
     13    -I$(top_srcdir)/src                     \ 
     14    $(GLIB_CFLAGS)                          \ 
     15    $(POPPLER_CFLAGS)                       \ 
    1516    $(CPPUNIT_CFLAGS) 
    1617 
    1718test_epdfview_LDFLAGS = \ 
    1819    $(GLIB_LIBS)        \ 
     20    $(POPPLER_LIBS)     \ 
    1921    $(CPPUNIT_LIBS) 
    2022