Skip to content

Commit

Permalink
WIP update build instructions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrtonm committed Mar 6, 2024
1 parent f397325 commit ffdd809
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/build_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,26 @@ cmake .. \
-G Ninja
```

### Notable CMake variables

## Build and run the tests

*Note*: Pass `-v` to ninja to see build commands and output from failing tests.

TODO: mention difference between check and check-ia2 targets
TODO: consider renaming check-ia2 to check-rewriter or similar

```
ninja check-ia2
```

## CMake targets

```
ia2-rewriter
pad-tls
libia2
partition-alloc
```

CMake tests are enumerated in `rewriter/tests/CMakeLists.txt`. To build a specific test use `$TEST_main_wrapped` as the target. To add a new test ...

0 comments on commit ffdd809

Please sign in to comment.