commit | 6c986e58f86aa7e513fd6ccfcd80ceecef9cac8f | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Wed Apr 06 17:38:25 2016 -0700 |
committer | Ray Milkey <ray@onlab.us> | Wed Apr 06 19:04:52 2016 -0700 |
tree | b11cf7f139a22e2f92ec908fca0e609b4e09ee32 | |
parent | 2aa93384ae07c60fd0b2834761a3086892581f74 [diff] |
Fix buck tests Change-Id: I3d681e6e5c1d3e98c87ccb3d20a619b216ae6133
diff --git a/BUCK b/BUCK index ed46955..5f27c94 100644 --- a/BUCK +++ b/BUCK
@@ -16,7 +16,7 @@ ] TEST_DEPS = [ - '//lib:TEST', + '//lib:TEST_ADAPTERS', ] java_library( @@ -35,4 +35,6 @@ TEST_DEPS + [CURRENT_TARGET], source_under_test = [CURRENT_TARGET], + resources_root = 'src/test/resources', + resources = glob(['src/test/resources/**']), )