# Last edited on 2012-03-04 21:52:52 by stolfilocal

PROG = test_spline_interp

TEST_LIB := libjs.a
TEST_LIB_DIR := ../..

JS_LIBS := \
  libjs.a

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

.PHONY:: do-test

all: clean do-test

NAME := ta

do-test: ${PROG}
	mkdir -p out
	${PROG} ${NAME}
	show-plot.sh out/${NAME}-rS-om-kI.txt
	show-plot.sh out/${NAME}-rS-o0-kI.txt
	show-plot.sh out/${NAME}-rS-o1-kI.txt
	show-plot.sh out/${NAME}-rS-o2-kI.txt
	show-plot.sh out/${NAME}-rS-om-kO.txt
	show-plot.sh out/${NAME}-rS-o0-kO.txt
	show-plot.sh out/${NAME}-rS-o1-kO.txt
	show-plot.sh out/${NAME}-rS-o2-kO.txt
	show-plot.sh out/${NAME}-rS-om-kB.txt
	show-plot.sh out/${NAME}-rS-o0-kB.txt
	show-plot.sh out/${NAME}-rS-o1-kB.txt
	show-plot.sh out/${NAME}-rS-o2-kB.txt

clean::
	/bin/rm -fv out/*.txt
