USE_JAG = yes
include ${SEPINC}/SEP.top

# All these tests should be in the test routines: 
# see rsf.operator.SpikeTest.java for an example. 

tentTest: 
	${JAVAX} ${PACKAGE}.Tri n1=3      > junk.H
	Disfil < junk.H; 
	${JAVAX} ${PACKAGE}.Tri n1=3 n2=3 > junk.H
	Disfil < junk.H; Attr < junk.H  
	${JAVAX} ${PACKAGE}.Tri n1=4      > junk.H
	Disfil < junk.H; 
	${JAVAX} ${PACKAGE}.Tri n1=4 n2=4 > junk.H
	Disfil < junk.H; Attr < junk.H  

ugly: 	${PACKAGE}.BoxSmootherTest.jx
	Dots out=iput.v < iput.H > iput.V 
	Dots out=oput.v < oput.H > oput.V 
	vp_OverUnderAniso iput.v oput.v > box.v
	tube box.v

sly: 	${PACKAGE}.TriSmootherTest.jx
	Dots out=iput.v < iput.H > iput.V 
	Dots out=oput.v < oput.H > oput.V 
	vp_OverUnderAniso iput.v oput.v > tri.v
	tube tri.v

clean : jclean

include ${SEPINC}/SEP.bottom