Skip to content

Commit

Permalink
test: Always test on risc-v now
Browse files Browse the repository at this point in the history
upstream qemu has risc-v semihosting support, and that's packaged in
debian so we can always test the risc-v version too.

Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed Mar 27, 2022
1 parent 53a3d3c commit 92d5945
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ include $(SNEK_ROOT)/snek.defs

PYTHON3?=python3
SNEK_NATIVE?=$(SNEK_PORTS)/posix/snek
ifdef SNEK_RISCV_TEST
SNEK_RISCV?=$(SNEK_PORTS)/qemu-riscv/snek-riscv
else
SNEK_RISCV=
endif
SNEK_ARM?=$(SNEK_PORTS)/qemu-arm/snek-arm

LANGS=python3 $(SNEK_NATIVE) $(SNEK_ARM) $(SNEK_RISCV)
Expand Down

0 comments on commit 92d5945

Please sign in to comment.