Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 320159 | Differences between
and this patch

Collapse All | Expand All

(-)a/test/broker/Makefile (+4 lines)
Lines 63-73 Link Here
63
	./05-clean-session-qos1.py 
63
	./05-clean-session-qos1.py 
64
64
65
06 :
65
06 :
66
ifeq ($(WITH_BRIDGE),yes)
66
	./06-bridge-reconnect-local-out.py
67
	./06-bridge-reconnect-local-out.py
67
	./06-bridge-br2b-disconnect-qos1.py
68
	./06-bridge-br2b-disconnect-qos1.py
68
	./06-bridge-br2b-disconnect-qos2.py
69
	./06-bridge-br2b-disconnect-qos2.py
69
	./06-bridge-b2br-disconnect-qos1.py
70
	./06-bridge-b2br-disconnect-qos1.py
70
	./06-bridge-b2br-disconnect-qos2.py
71
	./06-bridge-b2br-disconnect-qos2.py
72
endif
71
73
72
07 :
74
07 :
73
	./07-will-qos0.py
75
	./07-will-qos0.py
Lines 85-94 Link Here
85
	./08-ssl-connect-cert-auth-crl.py
87
	./08-ssl-connect-cert-auth-crl.py
86
	./08-ssl-connect-identity.py
88
	./08-ssl-connect-identity.py
87
	./08-ssl-connect-no-identity.py
89
	./08-ssl-connect-no-identity.py
90
ifeq ($(WITH_BRIDGE),yes)
88
	./08-ssl-bridge.py
91
	./08-ssl-bridge.py
89
	./08-tls-psk-pub.py
92
	./08-tls-psk-pub.py
90
	./08-tls-psk-bridge.py
93
	./08-tls-psk-bridge.py
91
endif
94
endif
95
endif
92
96
93
09 :
97
09 :
94
	./09-plugin-auth-unpwd-success.py
98
	./09-plugin-auth-unpwd-success.py
(-)a/test/broker/c/Makefile (+2 lines)
Lines 13-19 Link Here
13
	$(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1
13
	$(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1
14
14
15
08-tls-psk-bridge.test : 08-tls-psk-bridge.c
15
08-tls-psk-bridge.test : 08-tls-psk-bridge.c
16
ifeq ($(WITH_BRIDGE),yes)
16
	$(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1
17
	$(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1
18
endif
17
19
18
20
19
reallyclean : clean
21
reallyclean : clean

Return to bug 320159