commit | e022ef6c1410a9eed48a0d58fc2b503a71819f72 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Wed Jun 08 15:17:19 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Jun 08 23:01:34 2016 +0000 |
tree | 50e8b2b42c371ecfb1a4121fe3b00980e4cc739b | |
parent | 7a6cfdd36e8e78a2779ec083a417c8e97d625ebf [diff] [blame] |
Unit tests to be sure drivers will load Change-Id: I95cd5c7ffa52727cab409541b7dd0e6d5a8d0bd4
diff --git a/drivers/bti/BUCK b/drivers/bti/BUCK index 90ab148..b80854c 100644 --- a/drivers/bti/BUCK +++ b/drivers/bti/BUCK
@@ -8,8 +8,14 @@ '//lib:mibs-net-snmp', ] +TEST_DEPS = [ + '//lib:TEST_ADAPTERS', + '//core/api:onos-api-tests', +] + osgi_jar_with_tests ( deps = COMPILE_DEPS, + test_deps = TEST_DEPS, resources_root = 'src/main/resources', resources = glob(['src/main/resources/**']), )