APPNAME  = getkey

include $(ISISROOT)/make/isismake.tsts

commands:
	$(APPNAME) from=$(INPUT)/test.pvl keyword=A \
	> $(OUTPUT)/result.txt;
