Explorar el Código

JSON: enable coverage report for encoding/decoding code

Patrick Gansterer hace 6 años
padre
commit
a926ec413f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tools/travis/travis_linux_script.sh

+ 1 - 0
tools/travis/travis_linux_script.sh

@@ -414,6 +414,7 @@ if [ "$CC" != "tcc" ]; then
         -DUA_ENABLE_DISCOVERY=ON \
         -DUA_ENABLE_DISCOVERY_MULTICAST=ON \
         -DUA_ENABLE_ENCRYPTION=ON \
+        -DUA_ENABLE_JSON_ENCODING=ON \
         -DUA_ENABLE_PUBSUB=ON \
         -DUA_ENABLE_PUBSUB_DELTAFRAMES=ON \
         -DUA_ENABLE_PUBSUB_INFORMATIONMODEL=ON \