# Last edited on 2020-10-11 15:41:58 by jstolfi PROGS := \ haar \ haarp \ match \ switchdash \ count0 \ pnmtest TEST_LIB := libleoimg.a TEST_LIB_DIR := .. include ${STOLFIHOME}/programs/c/GENERIC-LIB-TEST.make all: check check: run-all run-all: ${PROGS} pnmtest test.pgm out/test.pgm && display out/test*.pgm haar test.pgm -tout/haar-t.pgm -rout/haar-r.pgm && display out/haar-*.pgm haarp test.pgm -tout/haarp-t.pgm -rout/haarp-r.pgm && display out/haarp-*.pgm echo "didn't do {match}" echo "didn't do {switchdash}" echo "didn't do {count0}"