Skip to content

Commit abcb1fb

Browse files
committed
[bazel,dt] Remove translated testutils from exception list
Signed-off-by: Robert Schilling <[email protected]>
1 parent 0f8d137 commit abcb1fb

File tree

1 file changed

+1
-2
lines changed
  • sw/device/lib/testing

1 file changed

+1
-2
lines changed

sw/device/lib/testing/BUILD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ cc_library(
104104
hdrs = ["csrng_testutils.h"],
105105
target_compatible_with = [OPENTITAN_CPU],
106106
deps = [
107+
"//hw/top:csrng_c_regs",
107108
"//sw/device/lib/dif:csrng",
108109
"//sw/device/lib/testing:rand_testutils",
109110
"//sw/device/lib/testing/test_framework:check",
@@ -637,8 +638,6 @@ cc_library(
637638

638639
# Some testutils are not multitop yet.
639640
TESTUTILS_EXCEPTIONS = [
640-
"aes",
641-
"csrng",
642641
"uart",
643642
"rstmgr",
644643
]

0 commit comments

Comments
 (0)