APPNAME = cubefunc

include $(ISISROOT)/make/isismake.tsts

commands:
	$(APPNAME) from=$(INPUT)/isisTruth.cub \
	  to=$(OUTPUT)/cubefuncTruth11.cub \
	  function=xtoy  \
	  y=123.45> /dev/null;
