Page MenuHomePhabricator

Always build the MitkTestingHelper module
Closed, ResolvedPublic

Description

The MitkTestingHelper currently is only build if BUILD_TESTING is ON and if MITK_USE_CppUnit is set to 1 which is the case if BUILD_TESTING is ON or MITK_USE_BLUEBERRY is ON.

However, the MitkTestingHelper should also build if BUILD_TESTING is OFF because it is potentially useful for external projects.

Event Timeline

[906032]: Merge branch 'bug-17510-always-build-MitkTestingHelper-module'

Merged commits:

2014-03-14 01:05:34 Sascha Zelzer [fc194a]
Build the MitkTestingHelper module even if BUILD_TESTING is OFF.

User zelzer has pushed new remote branch:

bug-17510-always-build-MitkTestingHelper-module