summaryrefslogtreecommitdiff
path: root/performance-tests/Misc/makefile.bor
blob: b85099c89149362c8cfadf39bbc8e84d66af6f6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Makefile for building the Misc performance-tests
#

MAKEFILES = \
	basic_perf.bor \
	childbirth_time.bor \
	context_switch_time.bor \
	preempt.bor \
	test_mutex.bor \
	test_naming.bor \ 
	test_singleton.bor

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