diff --git a/test/broker/Makefile b/test/broker/Makefile index 510d90f..af92a2f 100644 --- a/test/broker/Makefile +++ b/test/broker/Makefile @@ -63,11 +63,13 @@ endif ./05-clean-session-qos1.py 06 : +ifeq ($(WITH_BRIDGE),yes) ./06-bridge-reconnect-local-out.py ./06-bridge-br2b-disconnect-qos1.py ./06-bridge-br2b-disconnect-qos2.py ./06-bridge-b2br-disconnect-qos1.py ./06-bridge-b2br-disconnect-qos2.py +endif 07 : ./07-will-qos0.py diff --git a/test/broker/c/Makefile b/test/broker/c/Makefile index 4e43637..8eea9af 100644 --- a/test/broker/c/Makefile +++ b/test/broker/c/Makefile @@ -13,7 +13,9 @@ auth_plugin.so : auth_plugin.c $(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1 08-tls-psk-bridge.test : 08-tls-psk-bridge.c +ifeq ($(WITH_BRIDGE),yes) $(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1 +endif reallyclean : clean