summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2016-10-24 20:25:42 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2016-10-24 20:25:59 +0300
commit278e44542a0295571714047e199da9b4c0e176d2 (patch)
tree88ace58077ee245b202c15196b0e8d93c4927ca7 /dev-libs
parentnet-print/hplip: Remove old. (diff)
downloadgentoo-278e44542a0295571714047e199da9b4c0e176d2.tar.gz
gentoo-278e44542a0295571714047e199da9b4c0e176d2.tar.bz2
gentoo-278e44542a0295571714047e199da9b4c0e176d2.zip
dev-libs/crypto++: cleanup a bit test phase
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/crypto++/crypto++-5.6.5.ebuild14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-libs/crypto++/crypto++-5.6.5.ebuild b/dev-libs/crypto++/crypto++-5.6.5.ebuild
index 28647fcbc51a..bd0d663d6b58 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