Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/mantid/
Date: Sat, 31 Jan 2015 20:19:51
Message-Id: 1422389044.20c442d83ee5b393544614e7148de4d222c2be2d.ottxor@gentoo
1 commit: 20c442d83ee5b393544614e7148de4d222c2be2d
2 Author: Chris Kerr <debdepba <AT> dasganma <DOT> tk>
3 AuthorDate: Tue Jan 27 20:04:04 2015 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 27 20:04:04 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=20c442d8
7
8 src_test requires `make AllTests`
9
10 ---
11 sci-visualization/mantid/mantid-3.3.0.ebuild | 8 +++++++-
12 1 file changed, 7 insertions(+), 1 deletion(-)
13
14 diff --git a/sci-visualization/mantid/mantid-3.3.0.ebuild b/sci-visualization/mantid/mantid-3.3.0.ebuild
15 index 58f2eb0..56b8eda 100644
16 --- a/sci-visualization/mantid/mantid-3.3.0.ebuild
17 +++ b/sci-visualization/mantid/mantid-3.3.0.ebuild
18 @@ -74,4 +74,10 @@ src_configure() {
19 $(cmake-utils_use_build test TESTING)
20 )
21 cmake-utils_src_configure
22 -}
23 \ No newline at end of file
24 +}
25 +
26 +src_test() {
27 + # Tests are not built by default
28 + emake AllTests
29 + cmake-utils_src_test
30 +}