commit | 7c25182db99af5a61eac9ef2c10faa76f3f55f85 | [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 | c6f3937a8b6708c4084c6338d1a2d302e692eb7d | |
parent | 8aec1a16be9add093fe950c8a46dce1d7aa0c329 [diff] [blame] |
Fix buck tests Change-Id: I3d681e6e5c1d3e98c87ccb3d20a619b216ae6133
diff --git a/apps/cpman/app/BUCK b/apps/cpman/app/BUCK index c23153e..7a78bab 100644 --- a/apps/cpman/app/BUCK +++ b/apps/cpman/app/BUCK
@@ -16,7 +16,8 @@ ] TEST_DEPS = [ - '//lib:TEST', + '//lib:TEST_REST', + '//web/api:onos-rest-tests', ] java_library( @@ -33,4 +34,6 @@ TEST_DEPS + [CURRENT_TARGET], source_under_test = [CURRENT_TARGET], + resources_root = 'src/test/resources', + resources = glob(['src/test/resources/**']), )