aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-05-14 22:27:12 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-05-14 22:27:12 +1200
commitd732e377e81ba1c49d1e4f537066cd989feebca2 (patch)
tree88f819eb14d85bb3295c0a9584d702817266d112 /Makefile
parentfee0d71bb6790d2e9c4fdfdc40ef699e67abe87f (diff)
downloadpgm-interlace-d732e377e81ba1c49d1e4f537066cd989feebca2.tar.xz
Add beginnings of test suite
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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