Revision 855878f...

Go back to digest for 27th January 2013

Bug Fixes in Development Tools

Aleix Pol Gonzalez committed changes in [kdevelop/4.5] /cmake:

Use proper target exe path calculation for CTests

Calculation of the executable path is done through the
ProjectExecutableTargetItem which respects RUNTIME_OUTPUT_DIRECTORY
target property and CMAKE_RUNTIME_OUTPUT_DIRECTORY variable values.

Addtionally Test::executable is not modified if kde4_add_unit_test
detection logick failed (target name calculated in the detection block
dies not exists in the code).

REVIEW: 108556

File Changes

Modified 6 files
  • /cmake
  •   projectmanagers/parserprojectvisitor.cpp
  •   projectmanagers/parsertypes.h
  •   projectmanagers/testing/ctestutils.cpp
  •   projectmanagers/tests/ctestfindsuitestest.cpp
  •   projectmanagers/tests/manual/unit_tests/CMakeLists.txt
  •   projectmanagers/tests/manual/unit_tests_kde/CMakeLists.txt
6 files changed in total