From d732e377e81ba1c49d1e4f537066cd989feebca2 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 14 May 2016 22:27:12 +1200 Subject: Add beginnings of test suite --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 03319c3..5ec0764 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,10 @@ all: pgm-interlace pgm-interlace: pgm-interlace.o -.PHONY: all clean clean-object +test: + ./test/test.sh + +.PHONY: all clean clean-object test clean: clean-object rm -f pgm-interlace -- cgit v1.1