blob: 6fa313acb8d001329140a799f38fb8dc9e7833c5 [file] [log] [blame]
java_test(
name = 'httpserver',
srcs = glob(['*.java']),
source_under_test = [
'//src/com/facebook/buck/httpserver:httpserver',
],
resources = glob(['*.soy']),
deps = [
'//src/com/facebook/buck/httpserver:httpserver',
'//src/com/facebook/buck/io:io',
'//src/com/facebook/buck/timing:timing',
'//src/com/facebook/buck/util:constants',
'//src/com/facebook/buck/util:exceptions',
'//test/com/facebook/buck/testutil:testutil',
'//test/com/facebook/buck/timing:testutil',
'//third-party/java/closure-templates:closure-templates',
'//third-party/java/easymock:easymock',
'//third-party/java/guava:guava',
'//third-party/java/hamcrest:hamcrest-core',
'//third-party/java/hamcrest:hamcrest-library',
'//third-party/java/jetty:jetty',
'//third-party/java/junit:junit',
],
)