Depends: Add ZeroMQ package

This commit is contained in:
Cory Fields
2015-05-05 20:30:20 -04:00
committed by Jack Grigg
parent 7e6ec078fa
commit cce7754eb8
4 changed files with 33 additions and 0 deletions

View File

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