Skip to content

Commit 29a71e2

Browse files
committed
[tests] Port crt_test to multitop
Signed-off-by: Robert Schilling <[email protected]>
1 parent a6cc7db commit 29a71e2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

sw/device/tests/BUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,9 +1146,10 @@ opentitan_test(
11461146
{
11471147
"//hw/top_earlgrey:silicon_creator": None,
11481148
},
1149+
DARJEELING_TEST_ENVS,
11491150
),
11501151
deps = [
1151-
"//hw/top_earlgrey/sw/autogen:top_earlgrey",
1152+
"//hw/top:dt",
11521153
"//sw/device/lib/arch:device",
11531154
"//sw/device/lib/base:macros",
11541155
"//sw/device/lib/base:stdasm",

sw/device/tests/crt_test.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
#include "sw/device/lib/testing/test_framework/status.h"
2020
#include "sw/device/silicon_creator/lib/manifest_def.h"
2121

22-
#include "hw/top_earlgrey/sw/autogen/top_earlgrey.h"
23-
2422
OTTF_DEFINE_TEST_CONFIG();
2523

2624
// Symbols defined in `sw/device/lib/testing/test_framework/ottf.ld`,

0 commit comments

Comments
 (0)