|
1 | | -# cc_test( |
2 | | -# name = "test_ort", |
3 | | -# srcs = [ |
4 | | -# "test_ort.cpp" |
5 | | -# ], |
6 | | -# deps = [ |
7 | | -# "//:corevx", |
8 | | -# "@googletest//:gtest_main", |
9 | | -# "//targets/c_model:imported_openvx_c_model", |
10 | | -# "//targets/debug:imported_openvx_debug", |
11 | | -# "//targets/extras:imported_openvx_extras", |
12 | | -# "//targets/opencl:imported_openvx_opencl", |
13 | | -# "//targets/onnxRT:imported_openvx_onnxRT", |
14 | | -# ], |
15 | | -# linkopts = select({ |
16 | | -# "@platforms//os:linux": ["-Wl,-rpath,$ORIGIN"], |
17 | | -# "@platforms//os:macos": ["-Wl,-rpath,@executable_path"], |
18 | | -# "//conditions:default": [], |
19 | | -# }), |
20 | | -# data = [ |
21 | | -# "//tests/raw:models", |
22 | | -# ], |
23 | | -# size = "small" |
24 | | -# ) |
| 1 | +cc_test( |
| 2 | + name = "test_ort", |
| 3 | + srcs = [ |
| 4 | + "test_ort.cpp" |
| 5 | + ], |
| 6 | + deps = [ |
| 7 | + "//:corevx", |
| 8 | + "@googletest//:gtest_main", |
| 9 | + "//targets/c_model:imported_openvx_c_model", |
| 10 | + "//targets/debug:imported_openvx_debug", |
| 11 | + "//targets/extras:imported_openvx_extras", |
| 12 | + "//targets/opencl:imported_openvx_opencl", |
| 13 | + "//targets/onnxRT:imported_openvx_onnxRT", |
| 14 | + ], |
| 15 | + linkopts = select({ |
| 16 | + "@platforms//os:linux": ["-Wl,-rpath,$ORIGIN"], |
| 17 | + "@platforms//os:macos": ["-Wl,-rpath,@executable_path"], |
| 18 | + "//conditions:default": [], |
| 19 | + }), |
| 20 | + data = [ |
| 21 | + "//tests/raw:models", |
| 22 | + ], |
| 23 | + size = "small" |
| 24 | +) |
25 | 25 |
|
26 | 26 | cc_test( |
27 | 27 | name = "test_tflite", |
|
0 commit comments