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-68 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
Lines 70-75 Link Here
70
	./06-bridge-b2br-disconnect-qos2.py
71
	./06-bridge-b2br-disconnect-qos2.py
71
	./06-bridge-fail-persist-resend-qos1.py
72
	./06-bridge-fail-persist-resend-qos1.py
72
	./06-bridge-fail-persist-resend-qos2.py
73
	./06-bridge-fail-persist-resend-qos2.py
74
endif
73
75
74
07 :
76
07 :
75
	./07-will-qos0.py
77
	./07-will-qos0.py
Lines 87-96 Link Here
87
	./08-ssl-connect-cert-auth-crl.py
89
	./08-ssl-connect-cert-auth-crl.py
88
	./08-ssl-connect-identity.py
90
	./08-ssl-connect-identity.py
89
	./08-ssl-connect-no-identity.py
91
	./08-ssl-connect-no-identity.py
92
ifeq ($(WITH_BRIDGE),yes)
90
	./08-ssl-bridge.py
93
	./08-ssl-bridge.py
91
	./08-tls-psk-pub.py
94
	./08-tls-psk-pub.py
92
	./08-tls-psk-bridge.py
95
	./08-tls-psk-bridge.py
93
endif
96
endif
97
endif
94
98
95
09 :
99
09 :
96
	./09-plugin-auth-unpwd-success.py
100
	./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