From b8b85a7208bf68b6ce558329daea31672b9733db Mon Sep 17 00:00:00 2001 From: Josh Wainwright Date: Wed, 20 Apr 2016 15:22:22 +0100 Subject: Allow running individual tests from makefile --- lua/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lua/Makefile') diff --git a/lua/Makefile b/lua/Makefile index 3d750aa..13619b9 100644 --- a/lua/Makefile +++ b/lua/Makefile @@ -1,3 +1,5 @@ +.PHONY=all clean test + all: clean test clean: @@ -5,3 +7,6 @@ clean: test: @./test.sh + +%: %.in + @./test.sh $@ -- cgit v1.2.3