Show
Ignore:
Timestamp:
06/10/06 18:42:54 (2 years ago)
Author:
jordi
Message:

Added a test suite for the PrintPter? and a Dumb view for testing purposes. I've created the first test that checks the initial control's sensitivity.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/Makefile.am

    r198 r216  
    5050    $(CPPUNIT_LIBS) \ 
    5151    $(top_builddir)/src/libepdfview.a 
     52 
     53if cups_printing 
     54test_epdfview_SOURCES +=    \ 
     55    DumbPrintView.cxx   \ 
     56    DumbPrintView.h \ 
     57    PrintPterTest.cxx   \ 
     58    PrintPterText.h 
     59 
     60test_epdfview_CXXFLAGS +=   \ 
     61    $(CUPS_CFLAGS) 
     62 
     63test_epdfview_LDADD +=  \ 
     64    $(CUPS_LIBS) 
     65endif