diff options
| author | Brian Henderson <henderson.bj@gmail.com> | 2016-08-29 10:33:45 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2016-08-29 12:18:50 -0700 |
| commit | 23b250ab0f041bba7af4ba8eb1a686f6850677a6 (patch) | |
| tree | dc937777e3aa0590d93da7c752bc2ad9bceb42ec /contrib/diff-highlight/Makefile | |
| parent | d5cb9cbd64165153a318e1049f8bf14b09a16b11 (diff) | |
diff-highlight: add some tests
Signed-off-by: Brian Henderson <henderson.bj@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/diff-highlight/Makefile')
| -rw-r--r-- | contrib/diff-highlight/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/diff-highlight/Makefile b/contrib/diff-highlight/Makefile new file mode 100644 index 0000000000..9018724524 --- /dev/null +++ b/contrib/diff-highlight/Makefile @@ -0,0 +1,5 @@ +# nothing to build +all: + +test: + $(MAKE) -C t |
