commit:     2ead77592d9bdc268e480b0b7f35c80465cf32ee
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 06:48:08 2020 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 06:49:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ead7759

dev-libs/libstrophe: state explicitly that testing is enabled

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>

 dev-libs/libstrophe/libstrophe-0.10.0.ebuild | 6 ++++++
 dev-libs/libstrophe/libstrophe-0.9.2.ebuild  | 6 ++++++
 dev-libs/libstrophe/libstrophe-0.9.3.ebuild  | 6 ++++++
 3 files changed, 18 insertions(+)

diff --git a/dev-libs/libstrophe/libstrophe-0.10.0.ebuild 
b/dev-libs/libstrophe/libstrophe-0.10.0.ebuild
index be09401f2e9..5757ff62194 100644
--- a/dev-libs/libstrophe/libstrophe-0.10.0.ebuild
+++ b/dev-libs/libstrophe/libstrophe-0.10.0.ebuild
@@ -43,3 +43,9 @@ src_install() {
        use doc && dodoc -r examples
        find "${D}" -name '*.la' -o -name '*.a' -delete || die
 }
+
+# Explicit src_test is there to document that the test suite is integrated and
+# is expected to pass. Please do not remove.
+src_test() {
+       emake check
+}

diff --git a/dev-libs/libstrophe/libstrophe-0.9.2.ebuild 
b/dev-libs/libstrophe/libstrophe-0.9.2.ebuild
index e370927cb13..c312bb04fe2 100644
--- a/dev-libs/libstrophe/libstrophe-0.9.2.ebuild
+++ b/dev-libs/libstrophe/libstrophe-0.9.2.ebuild
@@ -44,3 +44,9 @@ src_install() {
        use doc && dodoc -r examples
        find "${D}" -name '*.la' -o -name '*.a' -delete || die
 }
+
+# Explicit src_test is there to document that the test suite is integrated and
+# is expected to pass. Please do not remove.
+src_test() {
+       emake check
+}

diff --git a/dev-libs/libstrophe/libstrophe-0.9.3.ebuild 
b/dev-libs/libstrophe/libstrophe-0.9.3.ebuild
index be09401f2e9..5757ff62194 100644
--- a/dev-libs/libstrophe/libstrophe-0.9.3.ebuild
+++ b/dev-libs/libstrophe/libstrophe-0.9.3.ebuild
@@ -43,3 +43,9 @@ src_install() {
        use doc && dodoc -r examples
        find "${D}" -name '*.la' -o -name '*.a' -delete || die
 }
+
+# Explicit src_test is there to document that the test suite is integrated and
+# is expected to pass. Please do not remove.
+src_test() {
+       emake check
+}

Reply via email to