################################################################################
#	Makefile for Testcase
#			T.Barnaby,	BEAM Ltd,	4/3/05
#	updated by	D.Korchagin,	CERN AB-BI-SW,	2007-08-31
################################################################################
#

TOP	= ../../..

include $(TOP)/Makefile.config

PROGS	= arrayTest bcondTest testBThread

all:	$(PROGS)

install:	all

clean:
	rm -f *.$(CPU).o *.$(CPU).a *.mo $(PROGS)
