Tests: don't build benchmark test by default
Needs RevisionPublic

Authored by meven on Jan 6 2020, 1:50 PM.

Details

Reviewers
dfaure
Group Reviewers
Frameworks
Summary

Benchmark can have a long execution and have little interest for day-day tests.

Test Plan

Benchmark tests are not build by default

Diff Detail

Repository
R241 KIO
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 20707
Build 20725: arc lint + arc unit
meven created this revision.Jan 6 2020, 1:50 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptJan 6 2020, 1:50 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
meven requested review of this revision.Jan 6 2020, 1:50 PM
dfaure requested changes to this revision.Feb 9 2020, 9:25 AM

Building is still a good idea, to detect compilation breakage. Otherwise the code just bitrots over time.

It's the running that should be made optional.

This revision now requires changes to proceed.Feb 9 2020, 9:25 AM