diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-06 00:05:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-06 00:05:48 +0000 |
commit | c9d9dacdbc9fad31f00f871b24ec6b99a611ff5e (patch) | |
tree | 07ea0773d50c41e3e87081e1be6095a7788da9df /docs/markdown/Reference-manual.md | |
parent | f9dd75f213b1c3a7ab397133b6a157ddba511d90 (diff) | |
parent | 827fa95de1c619b51457c5a04297b6ce9adc2177 (diff) | |
download | meson-c9d9dacdbc9fad31f00f871b24ec6b99a611ff5e.zip meson-c9d9dacdbc9fad31f00f871b24ec6b99a611ff5e.tar.gz meson-c9d9dacdbc9fad31f00f871b24ec6b99a611ff5e.tar.bz2 |
Merge pull request #7860 from dcbaker/wip/2020-10/rust-module
Add a rust module
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r-- | docs/markdown/Reference-manual.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 924047c..525c3da 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1745,6 +1745,7 @@ test(..., env: nomalloc, ...) to record the outcome of the test). - `tap`: [Test Anything Protocol](https://www.testanything.org/). - `gtest` *(since 0.55.0)*: for Google Tests. + - `rust` *(since 0.56.0)*: for native rust tests - `priority` *(since 0.52.0)*:specifies the priority of a test. Tests with a higher priority are *started* before tests with a lower priority. |