commit: 9fa0d9e1740726aaabc977fc83bb24c4b42a7293
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sun Mar 31 17:54:46 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu May 9 13:02:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa0d9e1
dev-util/rgbds: print which tests are being run
Signed-off-by: orbea <orbea <AT> riseup.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-util/rgbds/rgbds-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-util/rgbds/rgbds-9999.ebuild b/dev-util/rgbds/rgbds-9999.ebuild
index 0a79e0043a34..7f24c27d44dd 100644
--- a/dev-util/rgbds/rgbds-9999.ebuild
+++ b/dev-util/rgbds/rgbds-9999.ebuild
@@ -38,6 +38,7 @@ src_test() {
local dir
for dir in asm link fix gfx; do
pushd "test/${dir}" >/dev/null || die
+ einfo "Running ${dir} tests."
./test.sh || die
popd >/dev/null || die
done