Skip to content

Commit

Permalink
upadate docs to build a single test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Sep 24, 2024
1 parent 619331b commit caa0c35
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,18 @@ For most cases, you want to have an incremental build:
```
nix develop .#crypto3-debug-tests
cd crypto3/
mkdir build && cd build
eval "$configurePhase"
eval "$buildPhase"
eval "$checkPhase"
```


if you want to build a single test:
```
nix develop .#crypto3-debug-tests
cd crypto3/
eval "$configurePhase"
ninja TEST_NAME
```

To build and test an individual project (crypto3, for example):
```
Expand Down

0 comments on commit caa0c35

Please sign in to comment.