mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 01:11:30 +02:00
Run checkstyle on test source files
Change-Id: If22a7e5ddacc73dbabab276e0f719d0633b6df72
This commit is contained in:
parent
f8b8c7fddb
commit
b64fe8267a
@ -514,6 +514,11 @@ def osgi_jar_with_tests(
|
||||
name = name + "_checkstyle_test",
|
||||
srcs = srcs,
|
||||
)
|
||||
if test_srcs != []:
|
||||
checkstyle_test(
|
||||
name = name + "_checkstyle_tests_test",
|
||||
srcs = test_srcs,
|
||||
)
|
||||
|
||||
"""
|
||||
Creates an OSGI jar file from a set of source files.
|
||||
|
Loading…
x
Reference in New Issue
Block a user