mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
dev-build/pdpmake: Run tests manually
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user