mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
tests: fix integration test pipe-loopback-websocket
This commit is contained in:
parent
c25bd76922
commit
2bfe605b1f
2 changed files with 2 additions and 1 deletions
|
@ -50,6 +50,7 @@
|
|||
|
||||
/* Available Features */
|
||||
#cmakedefine WITH_WEB
|
||||
#cmakedefine WITH_NODE_WEBSOCKET
|
||||
#cmakedefine WITH_API
|
||||
#cmakedefine WITH_HOOKS
|
||||
#cmakedefine WITH_CONFIG
|
||||
|
|
|
@ -376,7 +376,7 @@ check: if (optarg == endptr)
|
|||
if (!node)
|
||||
throw RuntimeError("Node {} does not exist!", nodestr);
|
||||
|
||||
#ifdef WITH_NODE_WEBSOCKET
|
||||
#if defined(WITH_NODE_WEBSOCKET) && defined(WITH_WEB)
|
||||
/* Only start web subsystem if villas-pipe is used with a websocket node */
|
||||
if (node_type(node)->start == websocket_start) {
|
||||
Web *w = sn.getWeb();
|
||||
|
|
Loading…
Add table
Reference in a new issue