summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-07-26 21:45:05 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2017-07-26 21:45:05 +0100
commit0f51a5e4328e2dfed9d5ec8cfaaa80e0a4151b5d (patch)
tree7cce4e2edd68aa34d5a192cc6998c300f4303a9d /dev-libs/nanomsg
parentdev-libs/libtommath: respect CC in src_test(), bug #547760 (diff)
downloadgentoo-0f51a5e4328e2dfed9d5ec8cfaaa80e0a4151b5d.tar.gz
gentoo-0f51a5e4328e2dfed9d5ec8cfaaa80e0a4151b5d.tar.bz2
gentoo-0f51a5e4328e2dfed9d5ec8cfaaa80e0a4151b5d.zip
Revert "dev-libs/nanomsg: make tests sequential"
This reverts commit aaf34a56f3ed4c5f5c6f0381b9e247cb65f1d77c. I debugged outdated ebuild: =dev-libs/nanomsg-0.8
Diffstat (limited to 'dev-libs/nanomsg')
-rw-r--r--dev-libs/nanomsg/nanomsg-1.0.0.ebuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/dev-libs/nanomsg/nanomsg-1.0.0.ebuild b/dev-libs/nanomsg/nanomsg-1.0.0.ebuild
index 5f9fa48d2632..b2e2b2fb1d47 100644
--- a/dev-libs/nanomsg/nanomsg-1.0.0.ebuild
+++ b/dev-libs/nanomsg/nanomsg-1.0.0.ebuild
@@ -34,12 +34,3 @@ multilib_src_configure() {
fi
cmake-utils_src_configure
}
-
-multilib_src_test() {
- local myctestargs=(
- # All tests overwrite same ./test binary
- # That causes SIGSEGV when ran in parallel
- -j1
- )
- cmake-utils_src_test
-}