File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -6,33 +6,33 @@ CROSS_COMPILE ?= riscv-none-elf-
6
6
BINDIR := $(abspath $(OUT ) )
7
7
8
8
TEST_SUITES += \
9
- ansibench \
9
+ ansibench \
10
10
rv8-bench
11
11
12
12
# "ieee754" needs F extension
13
13
# "smolnes", "ticks" have inline assembly and only work in riscv
14
14
TESTBENCHES += \
15
- captcha \
16
- donut \
17
- fcalc \
18
- hamilton \
19
- $(ieee754 ) \
20
- jit \
21
- lena \
22
- line \
23
- maj2random \
24
- mandelbrot \
25
- nqueens \
26
- nyancat \
27
- pi \
28
- puzzle \
29
- qrcode \
30
- richards \
31
- rvsim \
32
- $(smolnes ) \
33
- spirograph \
34
- $(ticks ) \
35
- uaes
15
+ captcha \
16
+ donut \
17
+ fcalc \
18
+ hamilton \
19
+ $(ieee754 ) \
20
+ jit \
21
+ lena \
22
+ line \
23
+ maj2random \
24
+ mandelbrot \
25
+ nqueens \
26
+ nyancat \
27
+ pi \
28
+ puzzle \
29
+ qrcode \
30
+ richards \
31
+ rvsim \
32
+ $(smolnes ) \
33
+ spirograph \
34
+ $(ticks ) \
35
+ uaes
36
36
37
37
ifeq ($(USE_PREBUILT ) ,1)
38
38
LATEST_RELEASE := $(shell wget -q https://api.github.com/repos/sysprog21/rv32emu-prebuilt/releases/latest -O- | grep -Po '(?<="tag_name": ") .+(?=",)')
You can’t perform that action at this time.
0 commit comments