From 0f46312aad2e8267574aceb8dfbb14b92248f2dc Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 14 Sep 2020 02:00:36 +0200 Subject: t/: Add test to get a TODO since the fork point In order to include the 'bin.pm' file, we need to add its containing folder to the include path. Do this by adding a Makefile with the required command line argument. Add a new test that modifies the test file to add a new new TODO line. Test that it comes back in the `git todo` output. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e67850b --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.PHONY: test + +test: + prove -v -I./t -- cgit v1.2.3