Sign in
qemu
/
meson
/
6c6b5d77d696c160a8f65719058dba2faf783b3e
/
.
/
docs
/
markdown
/
snippets
/
rust_test_format_support.md
blob: 69e9aa14a2dc1d9d907015564fad1dd3a3558af0 [
file
] [
view
]
## Meson test() now accepts `protocol : 'rust'`
This
allows
native
rust tests to be run
and
parsed
by
meson
,
simply
set
the
protocol to
`rust`
and
meson takes care of the rest
.