Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libstrophe/
Date: Wed, 30 Sep 2020 06:49:54
Message-Id: 1601448558.2ead77592d9bdc268e480b0b7f35c80465cf32ee.andrey_utkin@gentoo
1 commit: 2ead77592d9bdc268e480b0b7f35c80465cf32ee
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 06:48:08 2020 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 06:49:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ead7759
7
8 dev-libs/libstrophe: state explicitly that testing is enabled
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>
12
13 dev-libs/libstrophe/libstrophe-0.10.0.ebuild | 6 ++++++
14 dev-libs/libstrophe/libstrophe-0.9.2.ebuild | 6 ++++++
15 dev-libs/libstrophe/libstrophe-0.9.3.ebuild | 6 ++++++
16 3 files changed, 18 insertions(+)
17
18 diff --git a/dev-libs/libstrophe/libstrophe-0.10.0.ebuild b/dev-libs/libstrophe/libstrophe-0.10.0.ebuild
19 index be09401f2e9..5757ff62194 100644
20 --- a/dev-libs/libstrophe/libstrophe-0.10.0.ebuild
21 +++ b/dev-libs/libstrophe/libstrophe-0.10.0.ebuild
22 @@ -43,3 +43,9 @@ src_install() {
23 use doc && dodoc -r examples
24 find "${D}" -name '*.la' -o -name '*.a' -delete || die
25 }
26 +
27 +# Explicit src_test is there to document that the test suite is integrated and
28 +# is expected to pass. Please do not remove.
29 +src_test() {
30 + emake check
31 +}
32
33 diff --git a/dev-libs/libstrophe/libstrophe-0.9.2.ebuild b/dev-libs/libstrophe/libstrophe-0.9.2.ebuild
34 index e370927cb13..c312bb04fe2 100644
35 --- a/dev-libs/libstrophe/libstrophe-0.9.2.ebuild
36 +++ b/dev-libs/libstrophe/libstrophe-0.9.2.ebuild
37 @@ -44,3 +44,9 @@ src_install() {
38 use doc && dodoc -r examples
39 find "${D}" -name '*.la' -o -name '*.a' -delete || die
40 }
41 +
42 +# Explicit src_test is there to document that the test suite is integrated and
43 +# is expected to pass. Please do not remove.
44 +src_test() {
45 + emake check
46 +}
47
48 diff --git a/dev-libs/libstrophe/libstrophe-0.9.3.ebuild b/dev-libs/libstrophe/libstrophe-0.9.3.ebuild
49 index be09401f2e9..5757ff62194 100644
50 --- a/dev-libs/libstrophe/libstrophe-0.9.3.ebuild
51 +++ b/dev-libs/libstrophe/libstrophe-0.9.3.ebuild
52 @@ -43,3 +43,9 @@ src_install() {
53 use doc && dodoc -r examples
54 find "${D}" -name '*.la' -o -name '*.a' -delete || die
55 }
56 +
57 +# Explicit src_test is there to document that the test suite is integrated and
58 +# is expected to pass. Please do not remove.
59 +src_test() {
60 + emake check
61 +}