Commit d08e195b authored by Janet Barrett's avatar Janet Barrett
Browse files

Added new test to automos to test mosaicking of cropped files. Fixes #1500.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@5717 41f8697f-d340-4b68-9986-7bafba869bb8
parent 95bc2364
Loading
Loading
Loading
Loading
+10 −0
Changes for isis/src/base/apps/automos/tsts/nominmax/Makefile: 10 added lines, 0 removed lines.
Original line number Diff line number Diff line
APPNAME = automos

mos.txt.IGNORELINES = Bytes StartByte ByteOrder TileSamples TileLines

include $(ISISROOT)/make/isismake.tsts

commands:
	$(APPNAME) fromlist=$(INPUT)/cube.lis mos=$(OUTPUT)/mos.cub > /dev/null;
	catlab from=$(OUTPUT)/mos.cub > $(OUTPUT)/mos.txt;
	rm $(OUTPUT)/mos.cub;