Commit db7867a1 authored by Kaj Williams's avatar Kaj Williams
Browse files

Added test for parallel case. Ref #4862

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7749 41f8697f-d340-4b68-9986-7bafba869bb8
parent 98d4db7e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
APPNAME = dstripe

include $(ISISROOT)/make/isismake.tsts

commands:
	cat $(INPUT)/root.lis | xargs -n1 -P 2 -IX $(APPNAME) from=$(INPUT)/X.cub to=$(OUTPUT)/X.dstr.cub mode=vert vlnl=51 vhns=51 > /dev/null;