Commit 26a864bb authored by Kaitlyn Lee's avatar Kaitlyn Lee
Browse files

Added test to increase code coverage

parent 94d4c4ee
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ include $(ISISROOT)/make/isismake.tsts
commands:
	$(APPNAME) FROM=$(INPUT)/peaks.cub \
		TO=$(OUTPUT)/peaks.pvl FILE=FALSE OBSERVATION=TRUE SN=FALSE \
	APPEND=false;
			APPEND=false; >& $(OUTPUT)/peaks.txt;
	$(APPNAME) FROM=$(INPUT)/peaks.cub \
		TO=$(OUTPUT)/peaks.pvl FILE=TRUE OBSERVATION=FALSE SN=TRUE \
			APPEND=TRUE;