From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 38136138359 for ; Wed, 30 Sep 2020 06:49:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADB48E0B46; Wed, 30 Sep 2020 06:49:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C9FCE0B46 for ; Wed, 30 Sep 2020 06:49:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 284FE3406D1 for ; Wed, 30 Sep 2020 06:49:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8ECD3332 for ; Wed, 30 Sep 2020 06:49:49 +0000 (UTC) From: "Andrey Utkin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" Message-ID: <1601448558.2ead77592d9bdc268e480b0b7f35c80465cf32ee.andrey_utkin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libstrophe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libstrophe/libstrophe-0.10.0.ebuild dev-libs/libstrophe/libstrophe-0.9.2.ebuild dev-libs/libstrophe/libstrophe-0.9.3.ebuild X-VCS-Directories: dev-libs/libstrophe/ X-VCS-Committer: andrey_utkin X-VCS-Committer-Name: Andrey Utkin X-VCS-Revision: 2ead77592d9bdc268e480b0b7f35c80465cf32ee X-VCS-Branch: master Date: Wed, 30 Sep 2020 06:49:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e0f79204-6c7b-4461-a4fd-a2d4e8c95679 X-Archives-Hash: c1170cbdff9360ff1ebc2bd5669b324a commit: 2ead77592d9bdc268e480b0b7f35c80465cf32ee Author: Andrey Utkin gentoo org> AuthorDate: Wed Sep 30 06:48:08 2020 +0000 Commit: Andrey Utkin gentoo 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 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 +}