Revision ffa29a8...
Go back to digest for 2nd December 2012Bug Fixes in Development Tools
Milian Wolff committed changes in [kdevelop] projectmanagers/cmake/tests/cmakeloadprojecttest.cpp:
Fix cmakeloadprojecttest.
Looks like it was broken by 6c6b4fe7f4b62a8c03dcd1cefaa5fda2035f6def.
There are two issues related to that commit:
* "test" target is renamed into "testkde4app" in the
kde4app/CMakeLists.txt and not renamed in the test code.
* Disapeared target "buildtests" is generated only when
KDE4_BUILD_TESTS is False according to the kde4_add_unit_test macro
implementation. Now it set tot True exolicitely to elliminate
dependency on developer environment.
REVIEW: 107453
File Changes
Modified 1 files
- projectmanagers/cmake/tests/cmakeloadprojecttest.cpp
1 files changed in total