Sign in
qemu
/
meson
/
e4137ae3eca0c73e8c19ea84d9a203ddb065f0d8
/
.
/
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
.