# Last edited on 2014-05-15 23:19:20 by stolfilocal PROG = test_grid TEST_LIB := libdygrid.a TEST_LIB_DIR := ../.. JS_LIBS := \ libps.a \ libjs.a include ${STOLFIHOME}/programs/c/GENERIC-LIB-TEST.make all: check check: run run: ${PROG} ${PROG} -dim 1 -outName "out/d1" ${PROG} -dim 2 -outName "out/d2" ${PROG} -dim 3 -outName "out/d3" ${PROG} -dim 4 -outName "out/d4"