summaryrefslogtreecommitdiff
path: root/docs/markdown/Unit-tests.md
AgeCommit message (Collapse)Author
2018-06-29add documentation of meson test --print-errorlogs (#3809) [skip ci]Alberto Sartori
2018-04-14improve suite of meson test (#3369)Alberto Sartori
2018-02-27Allow gcovr >= 3.1 to be used to generate html coverage reportJoel Klinghed
Modern gcovr includes html generation support so if lcov and genhtml are not available fallback to gcovr. Kept lcov and genhtml as default so to not surprise existing users of coverage-html with the different output of gcovr. gcovr added html support in 3.0 but as there already is a test for 3.1 because of the changes to -r/--rootdir I opted to only allow html generation for >= 3.1 to keep things simple.
2017-10-31docs: remove references to `mesontest`Eric Engestrom
`mesontest` is deprecated, and shouldn't be suggested to users anymore.
2017-09-22Replaced references to 'mesontest'Johan Bjäreholt
'mesontest' is deprecated and is now 'meson test' Replaced all references to 'mesontest' with 'meson test' and added a note of the change in the bottom of the page
2017-07-22Fix typo in Unit-tests.mdLuca Mattiello
2017-05-21Update linkcagatay-y
Gcovr homepage is moved. Updated the link to the new URL.
2017-05-04Use American English: behaviour -> behaviorPeter Hutterer
2017-05-03doc: Use https links wherever possible.Elliott Sales de Andrade
2017-05-03doc: Capitalize things more consistently.Elliott Sales de Andrade
Upper or lower case depending on the official spelling, or the more consistent usage.
2017-05-03docs: add a short description for all top pages in the ManualPeter Hutterer
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it.