Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Add phase{n} tests details to README
Browse files Browse the repository at this point in the history
  • Loading branch information
foxyseta committed Feb 20, 2022
1 parent 68cc0a5 commit 8e290d5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ the host machine. The following cmake options are available:
like `clangd` or `ccls` to offer meaningful advice.

### Cross-compilation for the MIPS architecture:
The standard default cmake build will compile all project phases and generate a
UMPS3 kernel for each. Provided You call the artifact directory `build` the
emulator configuration found in `machines/phase{n}` should work out of the box.
The standard default cmake build will compile all project phases (i.e. the tests
in `phase{n}`) and generate a UMPS3 kernel for each. Provided you call the
artifact directory `build` the emulator configuration found in
`machines/phase{n}` should work out of the box.
```sh
mkdir build && cd build
cmake ..
Expand Down

0 comments on commit 8e290d5

Please sign in to comment.