head	1.8;
access;
symbols
	charm6_1:1.8
	charm_6_0_1:1.8
	charm6_0_1:1.8
	charm6_0:1.4
	ChaNGa_1-0:1.2
	charm5_9:1.2;
locks; strict;
comment	@# @;


1.8
date	2009.01.31.06.29.23;	author gzheng;	state Exp;
branches;
next	1.7;
commitid	woSRXeSWljFPizAt;

1.7
date	2009.01.23.02.41.08;	author gzheng;	state Exp;
branches;
next	1.6;
commitid	s7x1IIjZq8Jtiwzt;

1.6
date	2008.07.29.15.17.11;	author eshook;	state Exp;
branches;
next	1.5;
commitid	330YbDdc80EycIct;

1.5
date	2008.07.28.21.01.18;	author eshook;	state Exp;
branches;
next	1.4;
commitid	Fv1B7iLZD7vD8Cct;

1.4
date	2007.10.17.04.10.54;	author gzheng;	state Exp;
branches;
next	1.3;
commitid	326247158b474567;

1.3
date	2007.09.20.18.53.50;	author bhatele;	state Exp;
branches;
next	1.2;
commitid	541d46f2c1b44567;

1.2
date	2005.03.24.17.05.07;	author gzheng;	state Exp;
branches;
next	1.1;

1.1
date	2005.03.24.00.24.33;	author gioachin;	state Exp;
branches;
next	;


desc
@@


1.8
log
@add ./ to invoke check
@
text
@CHARMC=../../bin/charmc $(OPTS)

LINKLINE=$(CHARMC) -o check check.o -language converse++

all: check

check: check.o
	$(LINKLINE)

check.o: check.C
	$(CHARMC) -c check.C

test: check
	./charmrun +p1 ./check $(TESTOPTS)
	@@echo tests if MACHINE_DEBUG is enabled in machine.h and fails if it is set
	@@if test -f "debugLog.0"; then echo "MACHINE_DEBUG is enabled"; false; fi

clean:
	rm -f conv-host *.o *.bak *.log check.sts *~ charmrun
@


1.7
log
@make only pe 0 run the test
@
text
@d14 1
a14 1
	./charmrun +p1 check $(TESTOPTS)
@


1.6
log
@Fixed sun bug.  test -e does not exist in Solaris.
@
text
@d15 2
a16 2
	#The line below tests if MACHINE_DEBUG is enabled in machine.h and fails if it is set
	if test -f "debugLog.0"; then echo "MACHINE_DEBUG is enabled"; false; fi
@


1.5
log
@Added check for MACHINE_DEBUG = 1
@
text
@d16 1
a16 1
	if test -e "debugLog.0"; then echo "MACHINE_DEBUG is enabled"; false; fi
@


1.4
log
@added TESTOPTS.
@
text
@d15 2
@


1.3
log
@added the "all" target
@
text
@d14 1
a14 1
	./charmrun +p1 check
@


1.2
log
@make clean removed check.C itself.
@
text
@d5 2
@


1.1
log
@added new utility test to check that all the Cmi defined types have the correct size
@
text
@d15 1
a15 1
	rm -f conv-host *.o check.* *.bak *.log check.sts *~ charmrun
@

