Depends: Add ZeroMQ package

This commit is contained in:
Cory Fields
2015-05-05 20:30:20 -04:00
committed by João Barbosa
parent 5624e055b3
commit 1136879df8
4 changed files with 33 additions and 0 deletions

View File

@@ -59,6 +59,10 @@ testScriptsExt=(
'p2p-acceptblock.py'
);
if [ "x$ENABLE_ZMQ" = "x1" ]; then
testScripts=( ${testScripts[@]} 'zmq_test.py' )
fi
extArg="-extended"
passOn=${@#$extArg}