summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2010-04-29 15:48:57 +0200
committerAndreas Gruenbacher <agruen@suse.de>2010-05-02 11:44:03 +0200
commit9e39d9c9950076e319d1dbbeeb7b8bd268b465f3 (patch)
treeab56377de82e2d484cc093023ce89077e0ea7526 /tests/Makefile.am
parent502d77b81b692ec1f3e03c2cce621df85cf110f2 (diff)
downloadpatch-9e39d9c9950076e319d1dbbeeb7b8bd268b465f3.tar.gz
git diffs: Support file copies and renames
* src/patch.c (main): Support git diffs which copy or rename files. * tests/copy-rename: New test case. * tests/Makefile.am (TESTS): Add test case.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index af30156..3498cc1 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -19,6 +19,7 @@
TESTS = \
asymmetric-hunks \
backup-prefix-suffix \
+ copy-rename \
corrupt-reject-files \
create-delete \
crlf-handling \