From e83f1c2d938c87366b79a9fb9b8d1dc3597e18f2 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 11 Feb 2023 00:59:31 +0000 Subject: media-sound/normalize: fix tests Closes: https://bugs.gentoo.org/740488 Signed-off-by: Sam James --- media-sound/normalize/normalize-0.7.7-r1.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'media-sound/normalize') diff --git a/media-sound/normalize/normalize-0.7.7-r1.ebuild b/media-sound/normalize/normalize-0.7.7-r1.ebuild index 07f55a40e1c2..fd1ccdd12ed9 100644 --- a/media-sound/normalize/normalize-0.7.7-r1.ebuild +++ b/media-sound/normalize/normalize-0.7.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -41,3 +41,9 @@ src_configure() { $(use_enable nls) \ --disable-xmms } + +src_test() { + # .sh tests missing a dep on ../src/mktestwav but ancient autoconf/automake + # so too mmuch hassle to patch, bug #740488. + emake -j1 check +} -- cgit v1.2.3-65-gdbad