Merge branch 'master' of github.com:ucb-bar/riscv-tests
[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 $ git submodule update --init --recursive
12 $ autoconf
13 $ ./configure --prefix=/usr/local
14 $ make
15 $ make install
16