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

Increment ePDFView's version number.
The MainPterTest? doesn't include the epdfview.h header file, because I thought that it was the problem about the memory used by the compiler. It turns out that the problem was that some functions are TOO LONG and the compiler maxs out the memory (128MiB, thats it) and the system starts to swapping. Now I have reduced the compile time from 3 minutes and halt to 1 minute, and the system doesn't freeze :-)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/MainPterTest.h

    r31 r54  
    3434        CPPUNIT_TEST (goodPassword); 
    3535        CPPUNIT_TEST (pageNavigation); 
     36        CPPUNIT_TEST (pageNavigationEntry); 
    3637        CPPUNIT_TEST (pageRotate); 
    3738        CPPUNIT_TEST (pageZoom); 
     
    5051            void goodPassword (void); 
    5152            void pageNavigation (void); 
     53            void pageNavigationEntry (void); 
    5254            void pageRotate (void); 
    5355            void pageZoom (void);