We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cc7db commit 29a71e2Copy full SHA for 29a71e2
sw/device/tests/BUILD
@@ -1146,9 +1146,10 @@ opentitan_test(
1146
{
1147
"//hw/top_earlgrey:silicon_creator": None,
1148
},
1149
+ DARJEELING_TEST_ENVS,
1150
),
1151
deps = [
- "//hw/top_earlgrey/sw/autogen:top_earlgrey",
1152
+ "//hw/top:dt",
1153
"//sw/device/lib/arch:device",
1154
"//sw/device/lib/base:macros",
1155
"//sw/device/lib/base:stdasm",
sw/device/tests/crt_test.c
@@ -19,8 +19,6 @@
19
#include "sw/device/lib/testing/test_framework/status.h"
20
#include "sw/device/silicon_creator/lib/manifest_def.h"
21
22
-#include "hw/top_earlgrey/sw/autogen/top_earlgrey.h"
23
-
24
OTTF_DEFINE_TEST_CONFIG();
25
26
// Symbols defined in `sw/device/lib/testing/test_framework/ottf.ld`,
0 commit comments