From: "Nicolas Bock" <nicolasbock@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/lmdb++/
Date: Fri, 26 Feb 2021 13:23:15 +0000 (UTC) [thread overview]
Message-ID: <1614345695.04085d3a91b2a1ff79524a28428f0a38464f99ae.nicolasbock@gentoo> (raw)
commit: 04085d3a91b2a1ff79524a28428f0a38464f99ae
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Feb 26 12:31:51 2021 +0000
Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 13:21:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04085d3a
dev-db/lmdb++: add tests
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Closes: https://github.com/gentoo/gentoo/pull/19666
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Signed-off-by: Nicolas Bock <nicolasbock <AT> gentoo.org>
dev-db/lmdb++/lmdb++-1.0.0.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-db/lmdb++/lmdb++-1.0.0.ebuild b/dev-db/lmdb++/lmdb++-1.0.0.ebuild
index 679ba682a75..4aacc4ef06c 100644
--- a/dev-db/lmdb++/lmdb++-1.0.0.ebuild
+++ b/dev-db/lmdb++/lmdb++-1.0.0.ebuild
@@ -13,7 +13,8 @@ SRC_URI="https://github.com/hoytech/lmdbxx/archive/${PV}.tar.gz -> ${MY_P}.tar.g
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="dev-db/lmdb"
@@ -21,3 +22,7 @@ src_install() {
emake PREFIX="${D}/usr" install
dodoc AUTHORS CREDITS INSTALL README.md TODO UNLICENSE
}
+
+src_test() {
+ emake CXXFLAGS="-g -std=c++17 ${CXXFLAGS}" LDFLAGS="${LDFLAGS}" check
+}
next reply other threads:[~2021-02-26 13:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-26 13:23 Nicolas Bock [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-21 18:26 [gentoo-commits] repo/gentoo:master commit in: dev-db/lmdb++/ Arthur Zamarin
2024-04-19 10:38 Sam James
2024-01-10 18:39 Nicolas Bock
2022-09-27 6:02 Jakov Smolić
2022-03-18 20:59 Nicolas Bock
2021-02-25 19:26 Nicolas Bock
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1614345695.04085d3a91b2a1ff79524a28428f0a38464f99ae.nicolasbock@gentoo \
--to=nicolasbock@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox