Commit e8294f3d authored by Kaitlyn Lee's avatar Kaitlyn Lee Committed by Kristin
Browse files

Added mex cat test. (#3309)

parent 736a4d10
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
BLANKS = "%-6s"    
LENGTH = "%-42s"

include $(ISISROOT)/make/isismake.tststree
+18 −0
Original line number Diff line number Diff line
# @history 2019-05-21 Kaitlyn Lee - Original version

include $(ISISROOT)/make/isismake.tsts

commands:
	hrsc2isis $(TSTARGS) from=$(INPUT)/h0528_0000_re2.img to=$(OUTPUT)/h0528_0000_re2.cub > /dev/null

	spiceinit $(TSTARGS) from=$(OUTPUT)/h0528_0000_re2.cub ckpredicted=true  > /dev/null

	campt $(TSTARGS) from=$(OUTPUT)/h0528_0000_re2.cub \
		to=$(OUTPUT)/h0528_0000_re2.img--finalOutput.pvl > /dev/null

	echo -e "\nOutput of getsn..." > $(OUTPUT)/h0528_0000_re2.img--getsnOutput.txt 
	getsn $(TSTARGS) from=$(OUTPUT)/h0528_0000_re2.cub  \
		>> $(OUTPUT)/h0528_0000_re2.img--getsnOutput.txt
	
	rm $(OUTPUT)/h0528_0000_re2.cub > /dev/null
	rm $(OUTPUT)/../print.prt > /dev/null
 No newline at end of file