Commit 6524bde9 authored by Adam Goins's avatar Adam Goins
Browse files

Updated app tests to use stitched cubes with framelet archive groups included.

parent d0fa335f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -4,10 +4,10 @@ include $(ISISROOT)/make/isismake.tsts

commands:
        # Test output prefix with standard extension (will be removed)
	$(APPNAME) from=$(INPUT)/CAS-MCO-2016-11-22T16:10:43.505.cub \
	           outputprefix=$(OUTPUT)/CAS-MCO_2016-11-22T16:10:43.505.cub > /dev/null;
	mv $(OUTPUT)/CAS-MCO_2016-11-22T16:10:43.505.lis \
	   $(OUTPUT)/CAS-MCO_2016-11-22T16:10:43.505.txt;
	$(APPNAME) from=$(INPUT)/stitched-2016-11-26T22:50:27.381.cub \
	           outputprefix=$(OUTPUT)/stitched-2016-11-26T22:50:27.381.cub > /dev/null;
	mv $(OUTPUT)/stitched-2016-11-26T22:50:27.381.lis \
	   $(OUTPUT)/stitched-2016-11-26T22:50:27.381.txt;


+4 −4
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ APPNAME = tgocassisunstitch
include $(ISISROOT)/make/isismake.tsts

commands:
	$(APPNAME) from=$(INPUT)/CAS-MCO-2016-11-22T16:10:43.505.cub \
	           outputprefix=$(OUTPUT)/CAS-MCO-2016-11-22T16:10:43.505.cub > /dev/null;
	mv $(OUTPUT)/CAS-MCO-2016-11-22T16:10:43.505.lis \
	   $(OUTPUT)/CAS-MCO-2016-11-22T16:10:43.505.txt;
	$(APPNAME) from=$(INPUT)/stitched-2016-11-26T22:50:27.381.cub \
	           outputprefix=$(OUTPUT)/stitched-2016-11-26T22:50:27.381.cub > /dev/null;
	mv $(OUTPUT)/stitched-2016-11-26T22:50:27.381.lis \
	   $(OUTPUT)/stitched-2016-11-26T22:50:27.381.txt;