diff options
author | Andrey Grozin <grozin@gentoo.org> | 2017-05-24 01:44:37 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2017-05-24 01:44:37 +0700 |
commit | ce4288922859506f8b044aa83e52ec97bd47c997 (patch) | |
tree | e5ae8215f099d6347f2877b655c5a76b29d6c2f3 /sci-mathematics | |
parent | sci-geosciences/mapserver: Bump version to 7.0.5 bug #606612 (diff) | |
download | gentoo-ce4288922859506f8b044aa83e52ec97bd47c997.tar.gz gentoo-ce4288922859506f8b044aa83e52ec97bd47c997.tar.bz2 gentoo-ce4288922859506f8b044aa83e52ec97bd47c997.zip |
sci-mathematics/nestedsums: src_test added
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/nestedsums/nestedsums-1.5.1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sci-mathematics/nestedsums/nestedsums-1.5.1.ebuild b/sci-mathematics/nestedsums/nestedsums-1.5.1.ebuild index 44b4c511193d..dda14ea4f26f 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 |