summaryrefslogtreecommitdiff
path: root/TAO/tests/Makefile.bor
blob: 858a3ad7f10a4a9d051c8e93c671d646804f4bba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Makefile for building the TAO tests
#

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

tests:
	cd $(ACE_ROOT)\TAO\tests\CDR
	$(MAKE) -f Makefile.bor $(MAKE_FLAGS)
	cd $(ACE_ROOT)\TAO\tests\Connection_Purging
	$(MAKE) -f Makefile.bor $(MAKE_FLAGS)
	cd $(ACE_ROOT)\TAO\tests\DynAny_Test
	$(MAKE) -f Makefile.bor $(MAKE_FLAGS)
	cd $(ACE_ROOT)\TAO\tests\IDL_Test
	$(MAKE) -f Makefile.bor $(MAKE_FLAGS)
	cd $(ACE_ROOT)\TAO\tests\Param_Test
	$(MAKE) -f Makefile.bor $(MAKE_FLAGS)