Changeset 21 for trunk/tests/Makefile.am

Show
Ignore:
Timestamp:
04/11/06 08:14:31 (3 years ago)
Author:
jordi
Message:

I added the dumb document and main view for testing.

I had to create a Document Interface (IDocument) to handle the dumb document for tests. I moved the Document.{cxx,h} files to PDFDocument.{cxx,h}. The rotation, page change and scaling functions remains in IDocument, as well as the error functions and enumerations. The PDF specific portions of the document has been kept in the PDFDocument class.

The test name is also updated to PDFDocumentTest, and all tests runs OK.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/Makefile.am

    r20 r21  
    88 
    99test_epdfview_SOURCES =     \ 
    10     DocumentTest.cxx        \ 
    11     DocumentTest.h          \ 
     10    DumbDocument.cxx        \ 
     11    DumbDocument.h          \ 
     12    DumbMainView.cxx        \ 
     13    DumbMainView.h          \ 
    1214    main.cxx                \ 
    1315    MainPterTest.cxx        \ 
    14     MainPterTest.h 
     16    MainPterTest.h          \ 
     17    PDFDocumentTest.cxx     \ 
     18    PDFDocumentTest.h 
    1519 
    1620test_epdfview_CXXFLAGS =                        \