mesonbuild / mesonbuild/wrapdb
[uchardet] Add ability to disable building tests
Nobody has claimed this yet.
- Dominant language
- Meson
- Stars
- 118
- Forks
- 298
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 24
Description
As title says, would be nice to disable building tests, if not required.
```meson
option('tests', type: 'feature', value: 'enabled', yield: true, description: 'Enable or disable tests')
```
or
```meson
option('tests', type: 'boolean', value: false, description: 'Enable or disable tests')
```
Thanks
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the uchardet wrap's Meson configuration and the path that builds its tests. Compare the proposed `tests` feature or boolean option with the existing build behavior; done means consumers can disable test building without affecting the main package.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100