diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2016-09-22 11:30:14 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-09-22 15:18:47 +0200 |
commit | d47320bd36decb2cd7032c80c609fc1f0d01070d (patch) | |
tree | dedba7019a6f0fc74ec68b2c2f84e2246e979d7f /org.eclipse.jgit.test | |
parent | 93c788952ee88bb588cac5de322016388db83b60 (diff) | |
download | jgit-d47320bd36decb2cd7032c80c609fc1f0d01070d.tar.gz jgit-d47320bd36decb2cd7032c80c609fc1f0d01070d.zip |
pgm, test: Add missing dependency for buck build
Change-Id: I26d69fb6d35c6fb120360ef143d1b1f565d4014c
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.test')
-rw-r--r-- | org.eclipse.jgit.test/BUCK | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.test/BUCK b/org.eclipse.jgit.test/BUCK index 3df3336b4e..e4cd47c66d 100644 --- a/org.eclipse.jgit.test/BUCK +++ b/org.eclipse.jgit.test/BUCK @@ -60,6 +60,7 @@ for src in TESTS: ':tst_rsrc', '//org.eclipse.jgit:jgit', '//org.eclipse.jgit.junit:junit', + '//org.eclipse.jgit.lfs:jgit-lfs', '//lib:hamcrest-core', '//lib:hamcrest-library', '//lib:javaewah', |