2727# size = "small"
2828# )
2929
30- # cc_test(
31- # name = "test_tflite",
32- # srcs = [
33- # "test_tflite.cpp"
34- # ],
35- # includes = [
36- # "include",
37- # "framework/include"
38- # ],
39- # deps = [
40- # "//:corevx",
41- # "@googletest//:gtest_main",
42- # "//targets/c_model:imported_openvx_c_model",
43- # "//targets/debug:imported_openvx_debug",
44- # "//targets/extras:imported_openvx_extras",
45- # "//targets/opencl:imported_openvx_opencl",
46- # "//targets/liteRT:imported_openvx_liteRT",
47- # ],
48- # linkopts = select({
49- # "@platforms//os:linux": ["-Wl,-rpath,$ORIGIN"],
50- # "@platforms//os:macos": ["-Wl,-rpath,@executable_path"],
51- # "//conditions:default": [],
52- # }),
53- # data = [
54- # "//tests/raw:models",
55- # ],
56- # size = "small"
57- # )
30+ cc_test (
31+ name = "test_tflite" ,
32+ srcs = [
33+ "test_tflite.cpp"
34+ ],
35+ includes = [
36+ "include" ,
37+ "framework/include"
38+ ],
39+ deps = [
40+ "//:corevx" ,
41+ "@googletest//:gtest_main" ,
42+ "//targets/c_model:imported_openvx_c_model" ,
43+ "//targets/debug:imported_openvx_debug" ,
44+ "//targets/extras:imported_openvx_extras" ,
45+ "//targets/opencl:imported_openvx_opencl" ,
46+ "//targets/liteRT:imported_openvx_liteRT" ,
47+ ],
48+ linkopts = select ({
49+ "@platforms//os:linux" : ["-Wl,-rpath,$ORIGIN" ],
50+ "@platforms//os:macos" : ["-Wl,-rpath,@executable_path" ],
51+ "//conditions:default" : [],
52+ }),
53+ data = [
54+ "//tests/raw:models" ,
55+ ],
56+ size = "small"
57+ )
0 commit comments