summaryrefslogtreecommitdiff
path: root/TAO/tests/CDR/Makefile.bor
blob: 2a3727b57cfc1dad128366ff9dfd1b22c8a32477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

#
# Makefile for building the CDR tests
#

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

tests:
	$(MAKE) -f allocator.bor $(MAKE_FLAGS)
	$(MAKE) -f basic_types.bor $(MAKE_FLAGS)
	$(MAKE) -f growth.bor $(MAKE_FLAGS)
	$(MAKE) -f octet_sequence.bor $(MAKE_FLAGS)
	$(MAKE) -f tc.bor $(MAKE_FLAGS)