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

DIRS = \
        AMI \
        AMI_Buffering \
        AMI_Timeouts \
        Bidirectional \
        Bidirectional_NestedUpcall \
        Blocking_Sync_None \
	CDR \
	Client_Leaks \
	Codec \
	Collocation \
	Connection_Purging \
	Crash_On_Write \
	Crashed_Callback \
	DSI_Gateway \
	DynAny_Test \
	Endpoint_Per_Priority \
	Explicit_Event_Loop \
        Exposed_Policies \
	Faults \
        FL_Cube \
        Forwarding \
        Hello \
	IDL_Test \
	InterOp-Naming \
        ior_corbaloc \
	IORManipulation \
	Leader_Followers \
        LongUpcalls \
        LongWrites \
	MProfile \
        MProfile_Forwarding \
	MT_Client \
	MT_Server \
	MT_Timeout \
        Multiple \
	Multiple_Inheritance \
	Muxing \
        Native_Exceptions \
	Nested_Event_Loop \
        NestedUpcall \
        Object_Loader \
	OctetSeq \
	Oneway_Buffering \
	ORB_destroy \
	ORB_init \
	Param_Test \
        POA \
	Policies \
        Portable_Interceptors \
        QtTests \
	Reliable_Oneways \
	RTCORBA \
	Server_Leaks \
        Single_Read \
        Smart_Proxies \
        Strategies \
	Timed_Buffered_Oneways \
        Timeout

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