Skip to content

Commit efc2353

Browse files
committed
Work around cyclic dependency between rsz and grt
The unit test fails to link as rsz can not have its needed dependency on grt (e.g. rsz::Resizer::ensureParasitics() calls grt::GlobalRouter::haveRoutes()) Since we can't provide a proper dependency quite yet, add it to the unittest to satisfy. Signed-off-by: Henner Zeller <hzeller@google.com>
1 parent fbc0d25 commit efc2353

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cts/test/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ cc_test(
167167
deps = [
168168
"//src/cts",
169169
"//src/utl",
170+
"//src/grt", # work around cyclic dependncy between rsz and grt
170171
"@googletest//:gtest",
171172
"@googletest//:gtest_main",
172173
],

0 commit comments

Comments
 (0)