Allow running the pimkolab tests.
ClosedPublic

Authored by krop on Mar 22 2019, 9:42 PM.

Details

Summary

kdepim-runtime depends on ECM > 5.38, so the executable are created in
the 'CMAKE_BINARY_DIR/bin' directory and not CMAKE_CURRENT_BINARY_DIR.

Note that this fix will cause more tests failures in kdepim-runtime.

Test Plan

Before:

ctest -R debugstreamtest

Test project /data/kde/build/kdepim-runtime

Start 25: debugstreamtest

Could not find executable /data/kde/build/kdepim-runtime/resources/kolab/pimkolab/autotests/debugstreamtest

After:

ctest -R debugstreamtest

Test project /data/kde/build/kdepim-runtime

Start 25: debugstreamtest

1/1 Test #25: debugstreamtest .................. Passed 0.18 sec

Diff Detail

Repository
R44 KDE PIM Runtime
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
krop created this revision.Mar 22 2019, 9:42 PM
Restricted Application added a project: KDE PIM. · View Herald TranscriptMar 22 2019, 9:42 PM
Restricted Application added a subscriber: kde-pim. · View Herald Transcript
krop requested review of this revision.Mar 22 2019, 9:42 PM
mlaurent accepted this revision.Mar 23 2019, 8:04 AM
This revision is now accepted and ready to land.Mar 23 2019, 8:04 AM
This revision was automatically updated to reflect the committed changes.