Unverified Commit e14c209e authored by Kelvin Rodriguez's avatar Kelvin Rodriguez Committed by GitHub
Browse files

removed tsts (#4363)

parent 98eae423
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
BLANKS = "%-6s"    
LENGTH = "%-40s"

include $(ISISROOT)/make/isismake.tststree
+0 −13
Original line number Diff line number Diff line
APPNAME = stretch

include $(ISISROOT)/make/isismake.tsts

commands:
	$(APPNAME) from=$(INPUT)/isisTruth.cub \
	  to=$(OUTPUT)/stretchTruth1.cub \
	  pairs="0:255 255:0" \
	  null=500 \
	  lis=700 \
	  lrs=800 \
	  his=900 \
	  hrs=1000 > /dev/null;
+0 −12
Original line number Diff line number Diff line
APPNAME = stretch

include $(ISISROOT)/make/isismake.tsts

commands:
	$(APPNAME) from=$(INPUT)/isisTruth2.cub \
	  to=$(OUTPUT)/stretchTruth2.cub \
	  null="hrs" \
	  lis="NULL" \
	  lrs="Lis" \
	  his="lRs" \
	  hrs="HiS" > /dev/null;
+0 −12
Original line number Diff line number Diff line
APPNAME = stretch

include $(ISISROOT)/make/isismake.tsts

commands:
	$(APPNAME) from=$(INPUT)/stretchTruth2.cub \
	  to=$(OUTPUT)/stretchTruth3.cub \
	  null="HRS" \
	  lis="N" \
	  lrs="LIS" \
	  his="LRS" \
	  hrs="HIS" > /dev/null;
+0 −14
Original line number Diff line number Diff line
APPNAME = stretch

include $(ISISROOT)/make/isismake.tsts

commands:
	$(APPNAME) from=$(INPUT)/peaks.cub \
	  to=$(OUTPUT)/stretchTruthFile.cub \
	  r=true \
	  i=$(INPUT)/pairsFile \
	  null=500 \
	  lis=700 \
	  lrs=800 \
	  his=900 \
	  hrs=1000 > /dev/null;