Skip to content

Commit 4becd8e

Browse files
committed
grt: fix bazel build
Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
1 parent 78c1a2d commit 4becd8e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/grt/test/BUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,10 @@ regression_test(
137137
name = "snapshot_batched_bus_route",
138138
check_log = False,
139139
check_passfail = True,
140-
data = [":test_resources"],
140+
data = [
141+
"bus_route.tcl",
142+
":test_resources",
143+
],
141144
)
142145

143146
regression_test(

0 commit comments

Comments
 (0)