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 f5a3cff commit 47d4319Copy full SHA for 47d4319
sw/tests/tests.mk
@@ -15,8 +15,10 @@ SN_TESTS_BUILDDIR ?= $(SN_ROOT)/sw/tests/build
15
# Build variables #
16
###################
17
18
+SN_TESTS_INCDIRS += $(SN_RUNTIME_INCDIRS)
19
+
20
SN_TESTS_RISCV_CFLAGS += $(SN_RISCV_CFLAGS)
-SN_TESTS_RISCV_CFLAGS += $(addprefix -I,$(SN_RUNTIME_INCDIRS))
21
+SN_TESTS_RISCV_CFLAGS += $(addprefix -I,$(SN_TESTS_INCDIRS))
22
23
SN_RUNTIME_BASE_LD = $(SN_RUNTIME_DIR)/base.ld
24
SN_RUNTIME_MEMORY_LD ?= $(SN_RUNTIME_SRCDIR)/memory.ld
0 commit comments