summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/crypto++/crypto++-5.6.5.ebuild')
-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