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 ead05e5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,14 @@ eval "$buildPhase"
eval "$checkPhase"
```


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

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

0 comments on commit ead05e5

Please sign in to comment.