meson/mesonbuild/backend
Dylan Baker d89ec98b47 mtest: Add support for rust unit tests
Rust has it's own built in unit test format, which is invoked by
compiling a rust executable with the `--test` flag to rustc. The tests
are then run by simply invoking that binary. They output a custom test
format, which this patch adds parsing support for. This means that we
can report each subtest in the junit we generate correctly, which should
be helpful for orchestration systems like gitlab and jenkins which can
parse junit XML.
2021-01-05 10:23:41 -08:00
..
__init__.py Moved backends to their own module. 2016-01-23 20:02:52 +02:00
backends.py mtest: Add support for rust unit tests 2021-01-05 10:23:41 -08:00
ninjabackend.py Use a single coredata dictionary for options 2021-01-04 12:20:58 -08:00
vs2010backend.py Use a single coredata dictionary for options 2021-01-04 12:20:58 -08:00
vs2015backend.py backend: refactor: set self.interpreter in the constructor 2020-01-28 21:18:25 +02:00
vs2017backend.py backend: refactor: set self.interpreter in the constructor 2020-01-28 21:18:25 +02:00
vs2019backend.py fix: llvm toolset is "ClangCL" in VS2019. 2021-01-04 23:44:26 +00:00
xcodebackend.py Use a single coredata dictionary for options 2021-01-04 12:20:58 -08:00