# Last edited on 2016-12-29 20:43:34 by stolfilocal

PROG := raspol
PROGDIR := ..

.PHONY:: run-all-tests run-single debug-single show-single clean-single

include ${STOLFIHOME}/programs/c/GENERIC-PROGS-TEST.make

all: ${PROGDIR}/${PROG}
	${PROGDIR}/${PROG} \
            -polyFile in/test1.stp \
            -format ascii \
            -pixelSize 0.10 \
            -start -5.000 -6.000 \
            -stop  +5.000 +4.000 \
            -neGuess 1000 \
          > out/test1.ppv
          
