diff options
author | Frederic Martinsons <frederic.martinsons@gmail.com> | 2023-05-07 07:44:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-10 17:18:57 +0100 |
commit | 6588655baafff4019d9399fb391a6c6c73b89b6f (patch) | |
tree | d82b3948199eca9d77333355099cf8b72c409ce6 /meta/recipes-devtools/elfutils/elfutils_0.188.bb | |
parent | 15da7b5e24696492bbb0c4155df0a73186ff1bac (diff) | |
download | poky-6588655baafff4019d9399fb391a6c6c73b89b6f.tar.gz |
ptest-cargo.bbclass: add the possibility to define test arguments
It can be useful for user of this class for giving common rust test
arguments (like --shuffle, --format or --test-threads)
To add arguments to test binary , simply define RUST_TEST_ARGS
in your recipe that inherit ptest-cargo, for example:
RUST_TEST_ARGS = "--shuffle"
(From OE-Core rev: ea1feece62b0347aa2ebf02509ff2da151d96b61)
Signed-off-by: Frederic Martinsons <frederic.martinsons@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils_0.188.bb')
0 files changed, 0 insertions, 0 deletions