summaryrefslogtreecommitdiff
path: root/TAO/tests/Makefile.bor
blob: df59944f5ce787d680cf4da373a6f37811eb63ff (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
#
# $Id$
#

DIRS = \
        AMH_Exceptions \
        AMI \
        AMI_Buffering \
        AMI_Timeouts \
        Bidirectional \
        Bidirectional_NestedUpcall \
        Big_Oneways \
        Big_Reply \
        Big_Request_Muxing \
        Big_Twoways \
        Blocking_Sync_None \
	CDR \
	Client_Leaks \
	Codec \
	Collocation \
	Connect_Strategy_Test \
	Connection_Purging \
	Connection_Timeout \
	Crash_On_Write \
	Cache_Growth_Test \
	Crashed_Callback \
        DLL_Orb \
	DSI_Gateway \
	DynAny_Test \
	Explicit_Event_Loop \
        Exposed_Policies \
	Faults \
        File_IO \
        FL_Cube \
        Forwarding \
        Hello \
	IDL_Test \
	InterOp-Naming \
        ior_corbaloc \
	IORManipulation \
	Leader_Followers \
        LongUpcalls \
	MProfile \
        MProfile_Forwarding \
        MT_BiDir \
	MT_Client \
	MT_Server \
	MT_Timeout \
        Multiple \
	Multiple_Inheritance \
        Muxed_GIOP_Versions \
	Muxing \
        Native_Exceptions \
	Nested_Event_Loop \
        Nested_Upcall_Crash \
        NestedUpcall \
	No_Server_MT_Connect_Test \
        Object_Loader \
        Objref_Sequence_Test \
        OBV \
        OctetSeq \
        Oneway_Buffering \
        Oneways_Invoking_Twoways \
	ORB_destroy \
	ORB_init \
        ORT \
	Param_Test \
        POA \
	Policies \
        Portable_Interceptors \
        QtTests \
        Queued_Message_Test \
	Reliable_Oneways \
	RTCORBA \
	Server_Leaks \
        Single_Read \
        Smart_Proxies \
        Strategies \
	Timed_Buffered_Oneways \
        Timeout \
        Two_Objects

!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>