Revert "dev-libs/nanomsg: make tests sequential"

This reverts commit aaf34a56f3.

I debugged outdated ebuild: =dev-libs/nanomsg-0.8
This commit is contained in:
Sergei Trofimovich
2017-07-26 21:45:05 +01:00
parent 75a62f8133
commit 0f51a5e432

View File

@@ -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
}