Commit f6a0a81e authored by Tyler Wilson's avatar Tyler Wilson
Browse files

PROG: Modified hirdr2isis default test to also test the labels of the cube.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@7265 41f8697f-d340-4b68-9986-7bafba869bb8
parent 527b5853
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -4,5 +4,7 @@ include $(ISISROOT)/make/isismake.tsts

commands:
	$(APPNAME) FROM=$(INPUT)/test_himos_070418.img \
	TO=$(OUTPUT)/test_himos_070418.cub \
	> /dev/null;
	TO=$(OUTPUT)/test_himos_070418.cub > /dev/null;
	catlab from=$(OUTPUT)/test_himos_070418.cub \
				to=$(OUTPUT)/test_himos_070418.pvl > /dev/null;