Skip to content

Commit a3bb4f2

Browse files
committed
Enabling tflite integration test
1 parent f532f95 commit a3bb4f2

File tree

1 file changed

+28
-28
lines changed
  • tests/integration_test

1 file changed

+28
-28
lines changed

tests/integration_test/BUILD

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -27,31 +27,31 @@
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

Comments
 (0)