sysprog21 / semu

A minimalist RISC-V system emulator capable of running Linux kernel
MIT License
251 stars 47 forks source link

Optimize riscv-tests build flow #5

Closed gagachang closed 2 years ago

gagachang commented 2 years ago

Only build isa tests of riscv-tests for saving build time.

Also, autoconf is unnecessary since there is a pre-generated configure file in riscv-tests repository. See issue #273: https://github.com/riscv-software-src/riscv-tests/issues/273

jserv commented 2 years ago

Thank @gagachang for contributing!