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 ce27e80 commit 16df4daCopy full SHA for 16df4da
.github/workflows/main.yml
@@ -24,6 +24,7 @@ jobs:
24
make distclean ENABLE_ARC=1 tests
25
- name: diverse configurations
26
run: |
27
+ make distclean ENABLE_EXT_M=0 check
28
make distclean ENABLE_EXT_A=0 check
29
make distclean ENABLE_EXT_C=0 check
30
make distclean ENABLE_EXT_F=0 check
Makefile
@@ -139,7 +139,11 @@ include mk/tests.mk
139
CHECK_ELF_FILES := \
140
hello \
141
puzzle \
142
+
143
+ifeq ($(call has, EXT_M), 1)
144
+CHECK_ELF_FILES += \
145
pi
146
+endif
147
148
EXPECTED_hello = Hello World!
149
EXPECTED_puzzle = success in 2005 trials
build/puzzle.elf
-9.04 KB
0 commit comments