proton lib removed

This commit is contained in:
miodragpop
2020-07-16 23:35:43 +02:00
parent 6017bdba79
commit b1de0a7f86
26 changed files with 8 additions and 1587 deletions

View File

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