commit: 278e44542a0295571714047e199da9b4c0e176d2
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 24 17:25:42 2016 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Mon Oct 24 17:25:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278e4454
dev-libs/crypto++: cleanup a bit test phase
Package-Manager: portage-2.3.0
dev-libs/crypto++/crypto++-5.6.5.ebuild | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/dev-libs/crypto++/crypto++-5.6.5.ebuild
b/dev-libs/crypto++/crypto++-5.6.5.ebuild
index 28647fc..bd0d663 100644
--- a/dev-libs/crypto++/crypto++-5.6.5.ebuild
+++ b/dev-libs/crypto++/crypto++-5.6.5.ebuild
@@ -38,20 +38,6 @@ src_compile() {
emake -f GNUmakefile all shared
}
-src_test() {
- # ensure that all test vectors have Unix line endings
- local file
- for file in TestVectors/* ; do
- edos2unix "${file}"
- done
-
- if ! emake test; then
- eerror "Crypto++ self-tests failed."
- eerror "Try to remove some optimization flags and reemerge
Crypto++."
- die "emake test failed"
- fi
-}
-
src_install() {
default