Skip to content

Commit a1353d2

Browse files
committed
Update dependencies of arch-test
1 parent adfde19 commit a1353d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/riscv-arch-test.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ifeq ($(RISCV_DEVICE),FCZicsr)
99
ARCH_TEST_SUITE := tests/rv32fc-test-suite
1010
endif
1111

12-
arch-test: $(BIN)
12+
arch-test: $(BIN) artifact
1313
ifeq ($(CROSS_COMPILE),)
1414
$(error GNU Toolchain for RISC-V is required to build architecture tests. Please check package installation)
1515
endif

0 commit comments

Comments
 (0)