diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2018-11-27 12:36:56 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2018-11-27 12:36:56 +0100 |
commit | 248ea9bbb80111e4c8c1a70419bc963355853167 (patch) | |
tree | 03299b8ed7a3dd2838c1da3d79a115d8734967c5 /Makefile | |
parent | f0cc28e3758524d74d20a8219b13966d01085fea (diff) | |
download | git-repo-248ea9bbb80111e4c8c1a70419bc963355853167.tar.gz git-repo-248ea9bbb80111e4c8c1a70419bc963355853167.zip |
add tests and fix errors found by tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,3 +14,6 @@ work/data/$(PREFIX): shellcheck: shellcheck --shell=bash --color=never git-repo +.PHONY: test +test: + test/run.sh |