diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-12 14:42:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-12 15:05:29 +0200 |
commit | 01c2e716e8767365aaf829143e85181a7ac9bd06 (patch) | |
tree | 087aefbbf08afaeb14085cfe078bf32d85ac3e1b /dev-python/libcst | |
parent | dev-python/jellyfish: Enable py3.13 (diff) | |
download | gentoo-01c2e716e8767365aaf829143e85181a7ac9bd06.tar.gz gentoo-01c2e716e8767365aaf829143e85181a7ac9bd06.tar.bz2 gentoo-01c2e716e8767365aaf829143e85181a7ac9bd06.zip |
dev-python/libcst: Run cargo test as well
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/libcst')
-rw-r--r-- | dev-python/libcst/libcst-1.3.1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/libcst/libcst-1.3.1.ebuild b/dev-python/libcst/libcst-1.3.1.ebuild index 48d70b9be0ed..19fd96d2908f 100644 --- a/dev-python/libcst/libcst-1.3.1.ebuild +++ b/dev-python/libcst/libcst-1.3.1.ebuild @@ -180,3 +180,8 @@ python_test() { [[ ${ret} -ne 0 ]] && die "Tests failed on ${EPYTHON}" } + +python_test_all() { + cd native || die + cargo_src_test +} |