summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2018-11-27 12:36:56 +0100
committerYves Fischer <yvesf-git@xapek.org>2018-11-27 12:36:56 +0100
commit248ea9bbb80111e4c8c1a70419bc963355853167 (patch)
tree03299b8ed7a3dd2838c1da3d79a115d8734967c5 /Makefile
parentf0cc28e3758524d74d20a8219b13966d01085fea (diff)
downloadgit-repo-248ea9bbb80111e4c8c1a70419bc963355853167.tar.gz
git-repo-248ea9bbb80111e4c8c1a70419bc963355853167.zip
add tests and fix errors found by tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4f93756..a9011b3 100644
--- a/Makefile
+++ b/Makefile
@@ -14,3 +14,6 @@ work/data/$(PREFIX):
shellcheck:
shellcheck --shell=bash --color=never git-repo
+.PHONY: test
+test:
+ test/run.sh