commit:     5c1421617526d2805893a1921237d766f4a04b0b
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Sat Nov 14 19:48:25 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 19:48:25 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5c142161

dev-python/nilearn: added test function

Package-Manager: portage-2.2.24

 dev-python/nilearn/ChangeLog              | 3 +++
 dev-python/nilearn/nilearn-0.1.4.1.ebuild | 4 ++++
 2 files changed, 7 insertions(+)

diff --git a/dev-python/nilearn/ChangeLog b/dev-python/nilearn/ChangeLog
index 5411f39..4cf4d12 100644
--- a/dev-python/nilearn/ChangeLog
+++ b/dev-python/nilearn/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  14 Nov 2015; Horea Christian <h....@mail.ru> nilearn-0.1.4.1.ebuild:
+  dev-python/nilearn: added test function
+
   19 Oct 2015; Horea Christian <h....@mail.ru> nilearn-9999.ebuild:
   dev-python/nilearn: plot use flag in live ebuild as well
 

diff --git a/dev-python/nilearn/nilearn-0.1.4.1.ebuild 
b/dev-python/nilearn/nilearn-0.1.4.1.ebuild
index 62b5427..d8c0ded 100644
--- a/dev-python/nilearn/nilearn-0.1.4.1.ebuild
+++ b/dev-python/nilearn/nilearn-0.1.4.1.ebuild
@@ -29,3 +29,7 @@ RDEPEND="
        plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_test() {
+       emake test-code
+}

Reply via email to