commit: 8e6624e23d862243a50890141ddf61779193de91
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Jun 13 07:19:39 2024 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Jun 13 07:23:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e6624e2
dev-build/pdpmake: Run tests manually
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
dev-build/pdpmake/pdpmake-1.4.3.ebuild | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/dev-build/pdpmake/pdpmake-1.4.3.ebuild
b/dev-build/pdpmake/pdpmake-1.4.3.ebuild
index e0fba6763..cb0f1475d 100644
--- a/dev-build/pdpmake/pdpmake-1.4.3.ebuild
+++ b/dev-build/pdpmake/pdpmake-1.4.3.ebuild
@@ -11,7 +11,13 @@ SLOT="0"
KEYWORDS="~amd64"
src_test() {
- emake test
+ pushd ./testsuite || die
+
+ # Call manually instead of using `make test`
+ # Seems to run in POSIX mode otherwise, leading to POSIX 202x tests
being skipped
+ ./runtest || die
+
+ popd
}
src_install() {