commit: 20c442d83ee5b393544614e7148de4d222c2be2d
Author: Chris Kerr <debdepba <AT> dasganma <DOT> tk>
AuthorDate: Tue Jan 27 20:04:04 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Jan 27 20:04:04 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=20c442d8
src_test requires `make AllTests`
---
sci-visualization/mantid/mantid-3.3.0.ebuild | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/sci-visualization/mantid/mantid-3.3.0.ebuild
b/sci-visualization/mantid/mantid-3.3.0.ebuild
index 58f2eb0..56b8eda 100644
--- a/sci-visualization/mantid/mantid-3.3.0.ebuild
+++ b/sci-visualization/mantid/mantid-3.3.0.ebuild
@@ -74,4 +74,10 @@ src_configure() {
$(cmake-utils_use_build test TESTING)
)
cmake-utils_src_configure
-}
\ No newline at end of file
+}
+
+src_test() {
+ # Tests are not built by default
+ emake AllTests
+ cmake-utils_src_test
+}