From c4302101fd44747e33e0d3b311e659f9467e3e18 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 22 Apr 2016 22:20:46 -0400 Subject: Add Makefile Give us a task to run integration tests. This provides us with an explicit definition of how these should be run, rather than me just knowing that you have to run `prove` in order to execute them. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3204ff4 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +test-integration: + prove -v -- cgit v1.2.3