aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy Wing2020-09-14 02:00:36 +0200
committerTeddy Wing2020-09-14 02:03:31 +0200
commit0f46312aad2e8267574aceb8dfbb14b92248f2dc (patch)
tree6c40fa256cf87a88bbcfd530366310f32d30913f /Makefile
parentae4ebe19b66e856758cbd3a9ed768ae146c004cd (diff)
downloadgit-todo-0f46312aad2e8267574aceb8dfbb14b92248f2dc.tar.bz2
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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