From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7F130138A1A for ; Sat, 31 Jan 2015 20:19:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35F5CE08EE; Sat, 31 Jan 2015 20:19:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBB45E08EE for ; Sat, 31 Jan 2015 20:19:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 673063406A1 for ; Sat, 31 Jan 2015 20:19:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5638E1E3 for ; Sat, 31 Jan 2015 20:19:14 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1422389044.20c442d83ee5b393544614e7148de4d222c2be2d.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/mantid/ X-VCS-Repository: proj/sci X-VCS-Files: sci-visualization/mantid/mantid-3.3.0.ebuild X-VCS-Directories: sci-visualization/mantid/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 20c442d83ee5b393544614e7148de4d222c2be2d X-VCS-Branch: master Date: Sat, 31 Jan 2015 20:19:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 051309d1-9508-4c97-a6a0-12eae0bc2f98 X-Archives-Hash: d8c51cabfceef9106a0eed6a07a64b50 commit: 20c442d83ee5b393544614e7148de4d222c2be2d Author: Chris Kerr dasganma tk> AuthorDate: Tue Jan 27 20:04:04 2015 +0000 Commit: Christoph Junghans gentoo 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 +}