Skip to content

Commit 16df4da

Browse files
committed
Exclude RV32M-built ELF file from 'check' target
1 parent ce27e80 commit 16df4da

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
make distclean ENABLE_ARC=1 tests
2525
- name: diverse configurations
2626
run: |
27+
make distclean ENABLE_EXT_M=0 check
2728
make distclean ENABLE_EXT_A=0 check
2829
make distclean ENABLE_EXT_C=0 check
2930
make distclean ENABLE_EXT_F=0 check

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,11 @@ include mk/tests.mk
139139
CHECK_ELF_FILES := \
140140
hello \
141141
puzzle \
142+
143+
ifeq ($(call has, EXT_M), 1)
144+
CHECK_ELF_FILES += \
142145
pi
146+
endif
143147

144148
EXPECTED_hello = Hello World!
145149
EXPECTED_puzzle = success in 2005 trials

build/puzzle.elf

-9.04 KB
Binary file not shown.

0 commit comments

Comments
 (0)