commit | d4e07f49c60d839c42e25c6ab9598655ae67e961 | [log] [tgz] |
---|---|---|
author | Rafal Szalecki <r.szalecki@samsung.com> | Thu Oct 05 16:18:39 2017 +0200 |
committer | Andrea Campanella <andrea@opennetworking.org> | Mon Oct 09 13:09:35 2017 +0000 |
tree | 157597ccc61769928eb38a4fc3b9eb35056d0ec0 | |
parent | d5631a6bd9bc4a26b685c697e8fd5d97645a1b89 [diff] [blame] |
Remove unnecessary isRelevant() check. Change-Id: I212d5ac85c4d593bfabb04d3ad939c0199189a0b
diff --git a/providers/ovsdb/device/BUCK b/providers/ovsdb/device/BUCK index 19f1833..582c16e 100644 --- a/providers/ovsdb/device/BUCK +++ b/providers/ovsdb/device/BUCK
@@ -4,7 +4,12 @@ '//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc', ] +TEST_DEPS = [ + '//lib:TEST_ADAPTERS' +] + osgi_jar_with_tests ( deps = COMPILE_DEPS, + test_deps = TEST_DEPS )