@@ -203,21 +203,21 @@ if not env['PLATFORM'].startswith('win'):
203
203
# Main test application
204
204
#main = SConscript('#/examples/dev/SConscript',variant_dir = builddir + 'dev',duplicate = 0)
205
205
206
- # testee_server
207
- testee_server = SConscript ('#/examples/testee_server/SConscript' ,variant_dir = builddir + 'testee_server' ,duplicate = 0 )
208
-
209
206
# echo_server
210
207
echo_server = SConscript ('#/examples/echo_server/SConscript' ,variant_dir = builddir + 'echo_server' ,duplicate = 0 )
211
208
212
209
# echo_server_tls
213
- if not env [ 'PLATFORM' ]. startswith ( 'win' ) :
210
+ if tls_build :
214
211
echo_server_tls = SConscript ('#/examples/echo_server_tls/SConscript' ,variant_dir = builddir + 'echo_server_tls' ,duplicate = 0 )
215
212
216
213
# broadcast_server
217
214
broadcast_server = SConscript ('#/examples/broadcast_server/SConscript' ,variant_dir = builddir + 'broadcast_server' ,duplicate = 0 )
218
215
219
- # echo_client
220
- echo_client = SConscript ('#/examples/echo_client/SConscript' ,variant_dir = builddir + 'echo_client' ,duplicate = 0 )
216
+ # testee_server
217
+ testee_server = SConscript ('#/examples/testee_server/SConscript' ,variant_dir = builddir + 'testee_server' ,duplicate = 0 )
218
+
219
+ # testee_client
220
+ testee_client = SConscript ('#/examples/testee_client/SConscript' ,variant_dir = builddir + 'testee_client' ,duplicate = 0 )
221
221
222
222
# utility_client
223
223
utility_client = SConscript ('#/examples/utility_client/SConscript' ,variant_dir = builddir + 'utility_client' ,duplicate = 0 )
@@ -234,33 +234,3 @@ if not env['PLATFORM'].startswith('win'):
234
234
235
235
# print_server
236
236
print_server = SConscript ('#/examples/print_server/SConscript' ,variant_dir = builddir + 'print_server' ,duplicate = 0 )
237
-
238
- #
239
- #wsperf = SConscript('#/examples/wsperf/SConscript',
240
- # variant_dir = builddir + 'wsperf',
241
- # duplicate = 0)
242
-
243
- #echo_server = SConscript('#/examples/echo_server/SConscript',
244
- # variant_dir = builddir + 'echo_server',
245
- # duplicate = 0)
246
-
247
- #if tls_build:
248
- # echo_server_tls = SConscript('#/examples/echo_server_tls/SConscript',
249
- # variant_dir = builddir + 'echo_server_tls',
250
- # duplicate = 0)
251
-
252
- #echo_client = SConscript('#/examples/echo_client/SConscript',
253
- # variant_dir = builddir + 'echo_client',
254
- # duplicate = 0)
255
-
256
- #chat_client = SConscript('#/examples/chat_client/SConscript',
257
- # variant_dir = builddir + 'chat_client',
258
- # duplicate = 0)
259
-
260
- #chat_server = SConscript('#/examples/chat_server/SConscript',
261
- # variant_dir = builddir + 'chat_server',
262
- # duplicate = 0)
263
-
264
- #concurrent_server = SConscript('#/examples/concurrent_server/SConscript',
265
- # variant_dir = builddir + 'concurrent_server',
266
- # duplicate = 0)
0 commit comments