Skip to content

Meson: Add unit test support

Daniel Mensinger requested to merge dmensinger/kdevelop:mesonTests into master

This MR adds support for unit tests defined in meson (with the test() function).

What is currently missing is the detection of the test declarations. Also, I don't know if using the OutputExecuteJob is correct. The CMake implementation seems to handle things differently.

Merge request reports