aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 2a7bd3b0d55ed1fb4652336ea26c05ddb8f6ff8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
About
=====

Unit tests for RISCV processors

Building from repository
========================

    $ git clone https://github.com/ucb-bar/riscv-tests
    $ cd riscv-tests
    $ git submodule update --init --recursive
    $ autoconf
    $ ./configure --prefix=/usr/local
    $ make
    $ make install