commit:     7f1ec02c2c45b986bf0e15c513984b4416bada4a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 00:06:51 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 00:06:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f1ec02c

dev-cpp/termcolor: add src_test (still disabled)

Still can't detect failure automatically but noticed that the ::guru
version (before it was removed) defined src_test so.. why not?

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-cpp/termcolor/termcolor-2.0.0.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-cpp/termcolor/termcolor-2.0.0.ebuild 
b/dev-cpp/termcolor/termcolor-2.0.0.ebuild
index 358a66030980..34e39e788868 100644
--- a/dev-cpp/termcolor/termcolor-2.0.0.ebuild
+++ b/dev-cpp/termcolor/termcolor-2.0.0.ebuild
@@ -23,3 +23,7 @@ src_configure() {
 
        cmake_src_configure
 }
+
+src_test() {
+       "${BUILD_DIR}"/test_termcolor || die
+}

Reply via email to