6 lines
103 B
Python
6 lines
103 B
Python
|
|
cc_test(
|
||
|
|
name = "json_example_test",
|
||
|
|
srcs = ["json_example_test.cpp"],
|
||
|
|
deps = ["@json"],
|
||
|
|
)
|