# Last edited on 2014-05-15 21:27:48 by stolfilocal PROG = test_dg_plot TEST_LIB := libdgspline.a TEST_LIB_DIR := ../.. JS_LIBS := \ libbzpatch.a \ libbezier.a \ libps.a \ libjs.a include ${STOLFIHOME}/programs/c/GENERIC-LIB-TEST.make .PHONY:: do-test .SUFFIXES: all: check check: clean do-test clean:: -/bin/rm -f *.ps *.eps PSOUT := test.ps PSVIEW := okular do-test: ${PROG} time ${PROG} ${PSVIEW} ${PSOUT}