Changeset 5

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

Added a test PDF file to make the test and also added a define into the test's Makefile.am to know where the data files are.

Location:
trunk/tests
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/Makefile.am

    r4 r5  
    22TESTS=test_epdfview 
    33noinst_PROGRAMS=test_epdfview 
     4EXTRA_DIST = test1.pdf 
    45 
    56test_epdfview_SOURCES =     \ 
     
    89    main.cxx 
    910 
    10 test_epdfview_CXXFLAGS =    \ 
    11     -I$(top_srcdir)/src     \ 
    12     $(GLIB_CFLAGS)          \ 
     11test_epdfview_CXXFLAGS =                \ 
     12    -DTEST_DATA_DIR=$(top_srcdir)/src   \ 
     13    -I$(top_srcdir)/src                 \ 
     14    $(GLIB_CFLAGS)                      \ 
    1315    $(CPPUNIT_CFLAGS) 
    1416 
    15 test_epdfview_LDFLAGS =                 \ 
    16     $(GLIB_LIBS)                        \ 
     17test_epdfview_LDFLAGS = \ 
     18    $(GLIB_LIBS)        \ 
    1719    $(CPPUNIT_LIBS) 
    1820