Loading isis/src/base/apps/ascii2isis/tsts/badfile/Makefile 0 → 100644 +18 −0 Original line number Diff line number Diff line APPNAME = ascii2isis include $(ISISROOT)/make/isismake.tsts commands: # Test an input file with not enough data if [ `$(APPNAME) \ from=$(INPUT)/ascii2isis_input.txt \ to=$(OUTPUT)/temp.cub >& $(OUTPUT)/temp.txt \ order=bsq \ lines=100 \ samples=100 \ bands=100 \ skip=0` ]; then \ true; \ fi; $(SED) 's/\[.*\/\(ascii2isis_input.txt\)\]/[\1]/' < $(OUTPUT)/temp.txt > $(OUTPUT)/not_enough_data.txt; $(RM) $(OUTPUT)/temp.txt $(OUTPUT)/temp.cub > /dev/null; Loading
isis/src/base/apps/ascii2isis/tsts/badfile/Makefile 0 → 100644 +18 −0 Original line number Diff line number Diff line APPNAME = ascii2isis include $(ISISROOT)/make/isismake.tsts commands: # Test an input file with not enough data if [ `$(APPNAME) \ from=$(INPUT)/ascii2isis_input.txt \ to=$(OUTPUT)/temp.cub >& $(OUTPUT)/temp.txt \ order=bsq \ lines=100 \ samples=100 \ bands=100 \ skip=0` ]; then \ true; \ fi; $(SED) 's/\[.*\/\(ascii2isis_input.txt\)\]/[\1]/' < $(OUTPUT)/temp.txt > $(OUTPUT)/not_enough_data.txt; $(RM) $(OUTPUT)/temp.txt $(OUTPUT)/temp.cub > /dev/null;