Commit d5a32188 authored by Ian Humphrey's avatar Ian Humphrey
Browse files

PROG: noproj default test makefile modified to pass tests. References #4907.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@8002 41f8697f-d340-4b68-9986-7bafba869bb8
parent e7c1e707
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
APPNAME = noproj
#This file exercises the default options
# Also tests that the AlphaCube group is removed when noproj is run.
#
# NOTE: editlab is being used to get rid of the "MatchedCube" keyword.
# pvldiff does not seem to be ignoring file paths for relative filepaths.

# Maintains accuracy across systems to 3 sig figs
PSP_001414_1780_RED5.balance.cropped.noproj.cub.TOLERANCE = 1.1
@@ -11,8 +14,9 @@ commands:
	$(APPNAME) from=$(INPUT)/PSP_001414_1780_RED5.balance.cropped.cub \
	to=$(OUTPUT)/PSP_001414_1780_RED5.balance.cropped.noproj.cub > /dev/null;
	catlab from=$(OUTPUT)/PSP_001414_1780_RED5.balance.cropped.noproj.cub \
	  > $(OUTPUT)/PSP_001414_1780_RED5.balance.cropped.noproj.pvl.tmp;
	$(SED) 's+/.*/input/+input/+' $(OUTPUT)/PSP_001414_1780_RED5.balance.cropped.noproj.pvl.tmp \
	  > $(OUTPUT)/PSP_001414_1780_RED5.balance.cropped.noproj.pvl;
	$(RM) $(OUTPUT)/PSP_001414_1780_RED5.balance.cropped.noproj.pvl.tmp;
	editlab from=$(OUTPUT)/PSP_001414_1780_RED5.balance.cropped.noproj.pvl \
	  options=delkey \
	  grpname=Instrument \
	  keyword=MatchedCube;
	$(RM) print.prt > /dev/null;