include ../../Config/Define.inc
include ../../../Config/Define.inc
include ../../../../Config/Define.inc
include ../../../../../Config/Define.inc

all: help exec

help:
	@echo "----- Help Message Check -----"
	@../$(OSTYPE)/$(OBJECTNAME)	 -h

exec:
	@echo "----- Execution Check -----"
	../$(OSTYPE)/$(OBJECTNAME)  -df 10000 -o test.ctf1 -Rmax 0.001
	../$(OSTYPE)/$(OBJECTNAME)  -df 10000 -o test.ctf2 -Rmax 0.001 -pvm 10 
	../$(OSTYPE)/$(OBJECTNAME)  -df 10000 -o test.ctf3 -Rmax 0.001 -pvmList pvmList 
	@echo "----- Calc check -----"		
	diff test.ctf test.ctf1
	diff test.ctf test.ctf2
	diff test.ctf test.ctf3
clean:
