added riscv-test-env as a submodule
[riscv-tests.git] / README.md
1 About
2 =====
3
4 Unit tests for RISCV processors
5
6 Building from repository
7 ========================
8
9 $ git clone https://github.com/ucb-bar/riscv-tests
10 $ cd riscv-tests
11 $ autoconf
12 $ ./configure --prefix=/usr/local
13 $ make
14 $ make install
15