Fix buck classpath for tests

Change-Id: Idd2c22bbd2c81311c87a205fe707770300ec8f0c
This commit is contained in:
Saša Živkov 2016-02-12 17:01:09 +01:00
parent 4dcf34eddf
commit fdeaf26f54
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ for t in TESTS:
'//lib/jetty:servlet',
'//lib/jetty:security',
'//lib/jetty:util',
'//lib:commons-logging',
],
source_under_test = ['//org.eclipse.jgit.http.server:jgit-servlet'],
)

View File

@ -28,6 +28,7 @@ for t in TESTS:
'//lib/jetty:security',
'//lib/jetty:util',
'//lib:servlet-api',
'//lib:commons-logging',
],
source_under_test = ['//org.eclipse.jgit.lfs.server:jgit-lfs-server'],
vm_args = ['-Xmx256m', '-Dfile.encoding=UTF-8'],