summaryrefslogtreecommitdiff
path: root/tests/tests.icp
blob: 7e580d72b66f70c750c3e43456c72f26a34449a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
// $Id$
//
// Visual Age C++ 5 Project file for building all the tests.

subproject libTest_Output icc "libTest_Output.icc", ics "libTest_Output.ics"
{
}

subproject Arg_Shifter_Test icc "Arg_Shifter_Test.icc", ics "Arg_Shifter_Test.ics"
{
}

subproject ARGV_Test icc "ARGV_Test.icc", ics "ARGV_Test.ics"
{
}

subproject Aio_Platform_Test icc "Aio_Platform_Test.icc", ics "Aio_Platform_Test.ics"
{
}

subproject Atomic_Op_Test icc "Atomic_Op_Test.icc", ics "Atomic_Op_Test.ics"
{
}

subproject Auto_IncDec_Test icc "Auto_IncDec_Test.icc", ics "Auto_IncDec_Test.ics"
{
}

subproject Barrier_Test icc "Barrier_Test.icc", ics "Barrier_Test.ics"
{
}

subproject Basic_Types_Test icc "Basic_Types_Test.icc", ics "Basic_Types_Test.ics"
{
}

subproject Bound_Ptr_Test icc "Bound_Ptr_Test.icc", ics "Bound_Ptr_Test.ics"
{
}

subproject Buffer_Stream_Test icc "Buffer_Stream_Test.icc", ics "Buffer_Stream_Test.ics"
{
}

subproject CDR_Array_Test icc "CDR_Array_Test.icc", ics "CDR_Array_Test.ics"
{
}

subproject CDR_File_Test icc "CDR_File_Test.icc", ics "CDR_File_Test.ics"
{
}

subproject CDR_Test icc "CDR_Test.icc", ics "CDR_Test.ics"
{
}

subproject Cache_Map_Manager_Test icc "Cache_Map_Manager_Test.icc", ics "Cache_Map_Manager_Test.ics"
{
}

subproject Cached_Accept_Conn_Test icc "Cached_Accept_Conn_Test.icc", ics "Cached_Accept_Conn_Test.ics"
{
}

subproject Cached_Conn_Test icc "Cached_Conn_Test.icc", ics "Cached_Conn_Test.ics"
{
}

subproject Capabilities_Test icc "Capabilities_Test.icc", ics "Capabilities_Test.ics"
{
}

subproject Collection_Test icc "Collection_Test.icc", ics "Collection_Test.ics"
{
}

subproject Config_Test icc "Config_Test.icc", ics "Config_Test.ics"
{
}

subproject Conn_Test icc "Conn_Test.icc", ics "Conn_Test.ics"
{
}

subproject Date_Time_Test icc "Date_Time_Test.icc", ics "Date_Time_Test.ics"
{
}

subproject DLL_Test icc "DLL_Test.icc", ics "DLL_Test.ics"
{
}

subproject libDLL_Test icc "libDLL_Test.icc", ics "libDLL_Test.ics"
{
}

subproject DLList_Test icc "DLList_Test.icc", ics "DLList_Test.ics"
{
}

subproject Dirent_Test icc "Dirent_Test.icc", ics "Dirent_Test.ics"
{
}

subproject Dynamic_Priority_Test icc "Dynamic_Priority_Test.icc", ics "Dynamic_Priority_Test.ics"
{
}

subproject Enum_Interfaces_Test icc "Enum_Interfaces_Test.icc", ics "Enum_Interfaces_Test.ics"
{
}

subproject Env_Value_Test icc "Env_Value_Test.icc", ics "Env_Value_Test.ics"
{
}

subproject FlReactor_Test icc "FlReactor_Test.icc", ics "FlReactor_Test.ics"
{
}

subproject Framework_Component_Test icc "Framework_Component_Test.icc", ics "Framework_Component_Test.ics"
{
}

subproject Future_Set_Test icc "Future_Set_Test.icc", ics "Future_Set_Test.ics"
{
}

subproject Future_Test icc "Future_Test.icc", ics "Future_Test.ics"
{
}

subproject Get_Opt_Test icc "Get_Opt_Test.icc", ics "Get_Opt_Test.ics"
{
}

subproject Handle_Set_Test icc "Handle_Set_Test.icc", ics "Handle_Set_Test.ics"
{
}

subproject Hash_Map_Bucket_Iterator_Test icc "Hash_Map_Bucket_Iterator_Test.icc", ics "Hash_Map_Bucket_Iterator_Test.ics"
{
}

subproject Hash_Map_Manager_Test icc "Hash_Map_Manager_Test.icc", ics "Hash_Map_Manager_Test.ics"
{
}

subproject High_Res_Timer_Test icc "High_Res_Timer_Test.icc", ics "High_Res_Timer_Test.ics"
{
}

subproject INET_Addr_Test icc "INET_Addr_Test.icc", ics "INET_Addr_Test.ics"
{
}

subproject IOStream_Test icc "IOStream_Test.icc", ics "IOStream_Test.ics"
{
}

subproject Lazy_Map_Manager_Test icc "Lazy_Map_Manager_Test.icc", ics "Lazy_Map_Manager_Test.ics"
{
}

subproject Log_Msg_Test icc "Log_Msg_Test.icc", ics "Log_Msg_Test.ics"
{
}

subproject Logging_Strategy_Test icc "Logging_Strategy_Test.icc", ics "Logging_Strategy_Test.ics"
{
}

subproject MEM_Stream_Test icc "MEM_Stream_Test.icc", ics "MEM_Stream_Test.ics"
{
}

subproject MM_Shared_Memory_Test icc "MM_Shared_Memory_Test.icc", ics "MM_Shared_Memory_Test.ics"
{
}

subproject MT_Reactor_Timer_Test icc "MT_Reactor_Timer_Test.icc", ics "MT_Reactor_Timer_Test.ics"
{
}

subproject MT_Reactor_Upcall_Test icc "MT_Reactor_Upcall_Test.icc", ics "MT_Reactor_Upcall_Test.ics"
{
}

subproject MT_SOCK_Test icc "MT_SOCK_Test.icc", ics "MT_SOCK_Test.ics"
{
}

subproject Malloc_Test icc "Malloc_Test.icc", ics "Malloc_Test.ics"
{
}

subproject Map_Manager_Test icc "Map_Manager_Test.icc", ics "Map_Manager_Test.ics"
{
}

subproject Map_Test icc "Map_Test.icc", ics "Map_Test.ics"
{
}

subproject Max_Default_Port_Test icc "Max_Default_Port_Test.icc", ics "Max_Default_Port_Test.ics"
{
}

subproject Mem_Map_Test icc "Mem_Map_Test.icc", ics "Mem_Map_Test.ics"
{
}

subproject Message_Block_Test icc "Message_Block_Test.icc", ics "Message_Block_Test.ics"
{
}

subproject Message_Queue_Notifications_Test icc "Message_Queue_Notifications_Test.icc", ics "Message_Queue_Notifications_Test.ics"
{
}

subproject Message_Queue_Test icc "Message_Queue_Test.icc", ics "Message_Queue_Test.ics"
{
}

subproject Message_Queue_Test_Ex icc "Message_Queue_Test_Ex.icc", ics "Message_Queue_Test_Ex.ics"
{
}

subproject Multihomed_INET_Addr_Test icc "Multihomed_INET_Addr_Test.icc", ics "Multihomed_INET_Addr_Test.ics"
{
}

subproject Naming_Test icc "Naming_Test.icc", ics "Naming_Test.ics"
{
}

subproject New_Fail_Test icc "New_Fail_Test.icc", ics "New_Fail_Test.ics"
{
}

subproject Notify_Performance_Test icc "Notify_Performance_Test.icc", ics "Notify_Performance_Test.ics"
{
}

subproject OS_Test icc "OS_Test.icc", ics "OS_Test.ics"
{
}

subproject Object_Manager_Test icc "Object_Manager_Test.icc", ics "Object_Manager_Test.ics"
{
}

subproject Obstack_Test icc "Obstack_Test.icc", ics "Obstack_Test.ics"
{
}

subproject OrdMultiSet_Test icc "OrdMultiSet_Test.icc", ics "OrdMultiSet_Test.ics"
{
}

subproject Pipe_Test icc "Pipe_Test.icc", ics "Pipe_Test.ics"
{
}

subproject Priority_Buffer_Test icc "Priority_Buffer_Test.icc", ics "Priority_Buffer_Test.ics"
{
}

subproject Priority_Reactor_Test icc "Priority_Reactor_Test.icc", ics "Priority_Reactor_Test.ics"
{
}

subproject Priority_Task_Test icc "Priority_Task_Test.icc", ics "Priority_Task_Test.ics"
{
}

subproject Process_Manager_Test icc "Process_Manager_Test.icc", ics "Process_Manager_Test.ics"
{
}

subproject Process_Mutex_Test icc "Process_Mutex_Test.icc", ics "Process_Mutex_Test.ics"
{
}

subproject Process_Strategy_Test icc "Process_Strategy_Test.icc", ics "Process_Strategy_Test.ics"
{
}

subproject RB_Tree_Test icc "RB_Tree_Test.icc", ics "RB_Tree_Test.ics"
{
}

subproject Reactor_Exceptions_Test icc "Reactor_Exceptions_Test.icc", ics "Reactor_Exceptions_Test.ics"
{
}

subproject Reactor_Notify_Test icc "Reactor_Notify_Test.icc", ics "Reactor_Notify_Test.ics"
{
}

subproject Reactor_Dispatch_Order_Test icc "Reactor_Dispatch_Order_Test.icc", ics "Reactor_Dispatch_Order_Test.ics"
{
}

subproject Reactor_Performance_Test icc "Reactor_Performance_Test.icc", ics "Reactor_Performance_Test.ics"
{
}

subproject Reactor_Timer_Test icc "Reactor_Timer_Test.icc", ics "Reactor_Timer_Test.ics"
{
}

subproject Reactors_Test icc "Reactors_Test.icc", ics "Reactors_Test.ics"
{
}

subproject Reader_Writer_Test icc "Reader_Writer_Test.icc", ics "Reader_Writer_Test.ics"
{
}

subproject Recursive_Condition_Test icc "Recursive_Condition_Test.icc", ics "Recursive_Condition_Test.ics"
{
}

subproject Recursive_Mutex_Test icc "Recursive_Mutex_Test.icc", ics "Recursive_Mutex_Test.ics"
{
}

subproject Refcounted_Auto_Ptr_Test icc "Refcounted_Auto_Ptr_Test.icc", ics "Refcounted_Auto_Ptr_Test.ics"
{
}

subproject Reverse_Lock_Test icc "Reverse_Lock_Test.icc", ics "Reverse_Lock_Test.ics"
{
}

subproject Service_Config_Test icc "Service_Config_Test.icc", ics "Service_Config_Test.ics"
{
}

subproject libService_Config_DLL icc "libService_Config_DLL.icc", ics "libService_Config_DLL.ics"
{
}

subproject SOCK_Connector_Test icc "SOCK_Connector_Test.icc", ics "SOCK_Connector_Test.ics"
{
}

subproject SOCK_Send_Recv_Test icc "SOCK_Send_Recv_Test.icc", ics "SOCK_Send_Recv_Test.ics"
{
}

subproject SOCK_Test icc "SOCK_Test.icc", ics "SOCK_Test.ics"
{
}

subproject SPIPE_Test icc "SPIPE_Test.icc", ics "SPIPE_Test.ics"
{
}

subproject SString_Test icc "SString_Test.icc", ics "SString_Test.ics"
{
}

subproject SV_Shared_Memory_Test icc "SV_Shared_Memory_Test.icc", ics "SV_Shared_Memory_Test.ics"
{
}

subproject Semaphore_Test icc "Semaphore_Test.icc", ics "Semaphore_Test.ics"
{
}

subproject Service_Config_Test icc "Service_Config_Test.icc", ics "Service_Config_Test.ics"
{
}

subproject Signal_Test icc "Signal_Test.icc", ics "Signal_Test.ics"
{
}

subproject Sigset_Ops_Test icc "Sigset_Ops_Test.icc", ics "Sigset_Ops_Test.ics"
{
}

subproject Simple_Message_Block_Test icc "Simple_Message_Block_Test.icc", ics "Simple_Message_Block_Test.ics"
{
}

subproject Svc_Handler_Test icc "Svc_Handler_Test.icc", ics "Svc_Handler_Test.ics"
{
}

subproject TSS_Test icc "TSS_Test.icc", ics "TSS_Test.ics"
{
}

subproject Task_Test icc "Task_Test.icc", ics "Task_Test.ics"
{
}

subproject Thread_Manager_Test icc "Thread_Manager_Test.icc", ics "Thread_Manager_Test.ics"
{
}

subproject Thread_Mutex_Test icc "Thread_Mutex_Test.icc", ics "Thread_Mutex_Test.ics"
{
}

subproject Thread_Pool_Reactor_Test icc "Thread_Pool_Reactor_Test.icc", ics "Thread_Pool_Reactor_Test.ics"
{
}

subproject Thread_Pool_Reactor_Resume_Test icc "Thread_Pool_Reactor_Resume_Test.icc", ics "Thread_Pool_Reactor_Resume_Test.ics"
{
}

subproject Thread_Pool_Test icc "Thread_Pool_Test.icc", ics "Thread_Pool_Test.ics"
{
}

subproject Time_Service_Test icc "Time_Service_Test.icc", ics "Time_Service_Test.ics"
{
}

subproject Time_Value_Test icc "Time_Value_Test.icc", ics "Time_Value_Test.ics"
{
}

subproject Timeprobe_Test icc "Timeprobe_Test.icc", ics "Timeprobe_Test.ics"
{
}

subproject Timer_Queue_Test icc "Timer_Queue_Test.icc", ics "Timer_Queue_Test.ics"
{
}

subproject TkReactor_Test icc "TkReactor_Test.icc", ics "TkReactor_Test.ics"
{
}

subproject Tokens_Test icc "Tokens_Test.icc", ics "Tokens_Test.ics"
{
}

subproject UPIPE_SAP_Test icc "UPIPE_SAP_Test.icc", ics "UPIPE_SAP_Test.ics"
{
}

subproject Unbounded_Set_Test_Ex icc "Unbounded_Set_Test_Ex.icc", ics "Unbounded_Set_Test_Ex.ics"
{
}

subproject Upgradable_RW_Test icc "Upgradable_RW_Test.icc", ics "Upgradable_RW_Test.ics"
{
}

subproject Vector_Test icc "Vector_Test.icc", ics "Vector_Test.ics"
{
}

subproject XtReactor_Test icc "XtReactor_Test.icc", ics "XtReactor_Test.ics"
{
}


build all
{
use ARGV_Test
use Aio_Platform_Test
use Atomic_Op_Test
use Auto_IncDec_Test
use Barrier_Test
use Basic_Types_Test
use Buffer_Stream_Test
use CDR_Array_Test
use CDR_File_Test
use CDR_Test
use Cache_Map_Manager_Test
use Cached_Accept_Conn_Test
use Cached_Conn_Test
use Capabilities_Test
use Collection_Test
use Config_Test
use Conn_Test
use DLL_Test
use libDLL_Test
use DLList_Test
use Dirent_Test
use Dynamic_Priority_Test
use Enum_Interfaces_Test
use Env_Value_Test
use FlReactor_Test
use Framework_Component_Test
use Future_Set_Test
use Future_Test
use Handle_Set_Test
use Hash_Map_Bucket_Iterator_Test
use Hash_Map_Manager_Test
use High_Res_Timer_Test
use IOStream_Test
use Lazy_Map_Manager_Test
use Log_Msg_Test
use Logging_Strategy_Test
use MEM_Stream_Test
use MM_Shared_Memory_Test
use MT_Reactor_Timer_Test
use MT_Reactor_Upcall_Test
use MT_SOCK_Test
use Malloc_Test
use Map_Manager_Test
use Map_Test
use Mem_Map_Test
use Message_Block_Test
use Message_Queue_Notifications_Test
use Message_Queue_Test
use Message_Queue_Test_Ex
use Naming_Test
use New_Fail_Test
use Notify_Performance_Test
use OS_Test
use Object_Manager_Test
use OrdMultiSet_Test
use Pipe_Test
use Priority_Buffer_Test
use Priority_Reactor_Test
use Priority_Task_Test
use Process_Manager_Test
use Process_Mutex_Test
use Process_Strategy_Test
use RB_Tree_Test
use Reactor_Exceptions_Test
use Reactor_Notify_Test
use Reactor_Dispatch_Order_Test
use Reactor_Performance_Test
use Reactor_Timer_Test
use Reactors_Test
use Reader_Writer_Test
use Recursive_Mutex_Test
use Refcounted_Auto_Ptr_Test
use Reverse_Lock_Test
use SOCK_Connector_Test
use SOCK_Send_Recv_Test
use SOCK_Test
use SPIPE_Test
use SString_Test
use SV_Shared_Memory_Test
use Semaphore_Test
use Service_Config_Test
use Signal_Test
use Sigset_Ops_Test
use Simple_Message_Block_Test
use Svc_Handler_Test
use TSS_Test
use Task_Test
use Thread_Manager_Test
use Thread_Mutex_Test
use Thread_Pool_Reactor_Test
use Thread_Pool_Test
use Time_Service_Test
use Time_Value_Test
use Timeprobe_Test
use Timer_Queue_Test
use TkReactor_Test
use Tokens_Test
use UPIPE_SAP_Test
use Unbounded_Set_Test_Ex
use Upgradable_RW_Test
use Vector_Test
use XtReactor_Test
}