commit: ce4288922859506f8b044aa83e52ec97bd47c997
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 18:44:37 2017 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue May 23 18:44:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce428892
sci-mathematics/nestedsums: src_test added
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sci-mathematics/nestedsums/nestedsums-1.5.1.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sci-mathematics/nestedsums/nestedsums-1.5.1.ebuild
b/sci-mathematics/nestedsums/nestedsums-1.5.1.ebuild
index 44b4c511193..dda14ea4f26 100644
--- a/sci-mathematics/nestedsums/nestedsums-1.5.1.ebuild
+++ b/sci-mathematics/nestedsums/nestedsums-1.5.1.ebuild
@@ -29,6 +29,10 @@ src_compile() {
fi
}
+src_test() {
+ emake check
+}
+
src_install() {
emake DESTDIR="${D}" install
rm -f "${D}"usr/lib/*.la