Ray Milkey 8320088c69 Unit tests for Cluster Metadata Manager
Change-Id: I81de294844414778798645b95b5aaa18060e4c44
2017-11-15 22:42:24 +00:00

22 lines
438 B
Python

SRC_DEPS = [
'//lib:junit',
'//lib:hamcrest-all',
'//lib:guava',
'//lib:slf4j-api',
]
TEST_DEPS = [
'//lib:guava-testlib',
]
osgi_jar_with_tests(
name = 'onlab-junit',
srcs = glob([SRC + '/*.java']),
deps = SRC_DEPS,
test_deps = TEST_DEPS,
visibility = ['PUBLIC'],
resources_root = 'src/main/resources',
resources = glob(['src/main/resources/**']),
package_name_root = 'org.onlab',
)