13 lines
191 B
Python
13 lines
191 B
Python
|
|
cc_test(
|
||
|
|
name = "benchmark_test",
|
||
|
|
copts = [
|
||
|
|
"-Werror", "-std=c++14"
|
||
|
|
],
|
||
|
|
srcs = [
|
||
|
|
"benchmark_test.cc"
|
||
|
|
],
|
||
|
|
deps = [
|
||
|
|
"//:tim-vx_interface"
|
||
|
|
],
|
||
|
|
)
|