dev-build/pdpmake: Run tests manually

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2024-06-13 09:19:39 +02:00
parent af2bb4e7a6
commit 8e6624e23d

View File

@@ -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() {