Actions
Bug #586
closedRUN_TESTS fails on Windows, if BUILD_APPS is set to OFF
Start date:
2014-02-04
Due date:
% Done:
100%
Estimated time:
Module:
Operating System:
Compiler:
Description
When the target RUN_TESTS is selected in VisualStudio (Windows), the "compilation" fails if the CMake option BUILD_APPS was set to "OFF".
On Linux systems, "make test" (which is the counterpart of RUN_TESTS) still seem to work, although BUILD_APPS was also set to "OFF".
Updated by Jan Schlamelcher over 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Fixed by commit 6497d3036: I could not confirm that unit tests work under Linux if BUILD_APPS was set to "OFF", they also failed in that case on my system. CTest now (after applying the fix) correctly reports that no tests were found if BUILD_APPS was set to "OFF".
Actions