Fix defines and includes test to run on Windows.
ClosedPublic

Authored by volden on Nov 25 2018, 4:07 PM.

Details

Summary

Fix defines and includes test to run on Windows. Change the projects generator to use the 'new' way of generating project files. That way it's easier to handle the fact that we use different paths on different platforms.

Test Plan

Build on Windows and confirm that test is passing. Build on Linux and confirm that test (test_definesandincludes and test_compilerprovider since they both depend on projectgenerator ) still pass.

Diff Detail

Repository
R32 KDevelop
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
volden created this revision.Nov 25 2018, 4:07 PM
Restricted Application added a project: KDevelop. · View Herald TranscriptNov 25 2018, 4:07 PM
Restricted Application added a subscriber: kdevelop-devel. · View Herald Transcript
volden requested review of this revision.Nov 25 2018, 4:07 PM
volden retitled this revision from Fix defines and includes test to run on Windows. Change the projects generator to use the 'new' way of generating project files. That way it's easier to handle the fact that we use different paths on different platforms. to Fix defines and includes test to run on Windows. .Nov 25 2018, 4:11 PM
volden edited the summary of this revision. (Show Details)
volden edited the test plan for this revision. (Show Details)
volden added a reviewer: KDevelop.
volden updated this revision to Diff 46210.Nov 25 2018, 4:17 PM
volden retitled this revision from Fix defines and includes test to run on Windows. to Fix defines and includes test to run on Windows..

Remove unneeded whitespace change

kfunk accepted this revision.Nov 26 2018, 9:18 AM
This revision is now accepted and ready to land.Nov 26 2018, 9:18 AM
This revision was automatically updated to reflect the committed changes.