# Generated by mm.pl: Mon Mar  9 13:58:39 MST 1998

# This file is user-editable

PROJECT_ROOT = $(shell cd ../../..; pwd)
include $(PROJECT_ROOT)/config/head.mk

PASS=APP


TESTS = compressibleTest1 \
	evaluatorTest1 evaluatorTest2 evaluatorTest3 evaluatorTest5 \
	evaluatorTest9 evaluatorTest10 \
	ReductionTest1 ReductionTest2 ReductionTest3 ReductionTest4

default:: build

build:: $(patsubst %,$(ODIR)/%,$(TESTS))

run:: $(TESTS)

.PHONY: $(TESTS)

$(TESTS):: %: $(ODIR)/%
	@$(MPIRUN) $(ODIR)/$@ $(TSTOPTS)

$(ODIR)/%: $(ODIR)/%.o
	$(LinkToSuite)


include $(SHARED_ROOT)/tail.mk

# ACL:rcsinfo
#  ----------------------------------------------------------------------
#  $RCSfile: makefile,v $   $Author: richard $
#  $Revision: 1.23 $   $Date: 2004/11/01 18:16:41 $
#  ----------------------------------------------------------------------
# ACL:rcsinfo
