summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2016-04-19 15:12:18 -0400
committerEdward Thomson <ethomson@github.com>2016-05-26 13:01:08 -0500
commit9be638ecf0d64ec98b3fd16f2d983a86d1aca131 (patch)
treea38e7aecf3c0d1eb2b77bb0baa6a3c3ca519fee2 /tests
parentaa4bfb32b9662ab47b056a74211636d427f35a43 (diff)
downloadlibgit2-9be638ecf0d64ec98b3fd16f2d983a86d1aca131.tar.gz
git_diff_generated: abstract generated diffs
Diffstat (limited to 'tests')
-rw-r--r--tests/diff/format_email.c1
-rw-r--r--tests/diff/stats.c1
-rw-r--r--tests/merge/trees/treediff.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/diff/format_email.c b/tests/diff/format_email.c
index e55afe958..2e6d0368e 100644
--- a/tests/diff/format_email.c
+++ b/tests/diff/format_email.c
@@ -4,6 +4,7 @@
#include "buffer.h"
#include "commit.h"
#include "diff.h"
+#include "diff_generate.h"
static git_repository *repo;
diff --git a/tests/diff/stats.c b/tests/diff/stats.c
index f731997da..8f146e2a4 100644
--- a/tests/diff/stats.c
+++ b/tests/diff/stats.c
@@ -4,6 +4,7 @@
#include "buffer.h"
#include "commit.h"
#include "diff.h"
+#include "diff_generate.h"
static git_repository *_repo;
static git_diff_stats *_stats;
diff --git a/tests/merge/trees/treediff.c b/tests/merge/trees/treediff.c
index 3634568de..cd2cf7827 100644
--- a/tests/merge/trees/treediff.c
+++ b/tests/merge/trees/treediff.c
@@ -3,6 +3,7 @@
#include "merge.h"
#include "../merge_helpers.h"
#include "diff.h"
+#include "diff_tform.h"
#include "git2/sys/hashsig.h"
static git_repository *repo;