mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 17:31:31 +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",
|
name = name + "_checkstyle_test",
|
||||||
srcs = srcs,
|
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.
|
Creates an OSGI jar file from a set of source files.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user