Changes between Initial Version and Version 1 of Ticket #44745, comment 1


Ignore:
Timestamp:
Aug 24, 2014, 4:45:06 PM (10 years ago)
Author:
dbevans (David B. Evans)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44745, comment 1

    initial v1  
    1 Yes, cppunit is only needed for unit tests which can be disabled by setting PODOFO_BUILD_LIB_ONLY=TRUE.  Once that's done, the check for cppunit is disabled along with the tests and the dependency can be removed.  Unfortunately, this also disables the build of the command line tools so I'm not it favor of this approach.
     1Yes, cppunit is only needed for unit tests which can be disabled by setting PODOFO_BUILD_LIB_ONLY=TRUE.  Once that's done, the check for cppunit is disabled along with the tests and the dependency can be removed.  Unfortunately, this also disables the build of the command line tools so I'm not in favor of this approach.
    22
    33If the dependency is just removed as you suggest, then the port will build the tests if cppunit happens to be installed or not if not.  This results in the same behavior as above -- if no cppunit, no  tools.