commit:     f92d8d3af249cbe6e2813db8f06c0a11cbd8496f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 19:35:21 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 19:43:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f92d8d3a

dev-util/debugedit: run tests in parallel

They're not really slow anyway but why not? Plus it's a useful way
to grep for things using autotest.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/debugedit/debugedit-5.0-r3.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-util/debugedit/debugedit-5.0-r3.ebuild 
b/dev-util/debugedit/debugedit-5.0-r3.ebuild
index 2c60c5d40174..ba51c6309867 100644
--- a/dev-util/debugedit/debugedit-5.0-r3.ebuild
+++ b/dev-util/debugedit/debugedit-5.0-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit autotools verify-sig
+inherit autotools multiprocessing verify-sig
 
 DESCRIPTION="Create debuginfo and source file distributions"
 HOMEPAGE="https://sourceware.org/debugedit/";
@@ -46,3 +46,7 @@ src_prepare() {
        default
        eautoreconf
 }
+
+src_test() {
+       emake -Onone check TESTSUITEFLAGS="--jobs=$(get_makeopts_jobs)"
+}

Reply via email to