summaryrefslogtreecommitdiff
path: root/TAO/tests/Makefile.bor
blob: fa788cc6e7dd2c96f53e3b36fe01a8cd0623ca02 (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
#
# Makefile for building the TAO tests
#

DIRS = \
        AMI \
	CDR \
	Collocation \
	Connection_Purging \
	DSI_Gateway \
	DynAny_Test \
	Endpoint_Per_Priority \
	Explicit_Event_Loop \
        Exposed_Policies \
        FL_Cube \
	Faults \
	IDL_Test \
	IORManipulation \
	InterOp-Naming \
	Leader_Followers \
	MProfile \
	Multiple_Inheritance \
	Nested_Event_Loop \
	ORB_destroy \
	ORB_init \
	OctetSeq \
	Param_Test \
        POA \
	Policies \
        Portable_Interceptors \
	RTCORBA \
	Timed_Buffered_Oneways \
	Timeout

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